fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [13496]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13496]
Date: Wed, 24 Jun 2015 22:46:06 +0000

Revision: 13496
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13496
Author:   nelson224
Date:     2015-06-24 22:46:06 +0000 (Wed, 24 Jun 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/rental/js/rental/contract.index.js

Modified: branches/dev-syncromind/rental/js/rental/contract.index.js
===================================================================
--- branches/dev-syncromind/rental/js/rental/contract.index.js  2015-06-24 
22:43:19 UTC (rev 13495)
+++ branches/dev-syncromind/rental/js/rental/contract.index.js  2015-06-24 
22:46:06 UTC (rev 13496)
@@ -1,5 +1,6 @@
 function onNew_contract()
 {
-       var link = 'index.php?menuaction=rental.uicontract.add&location_id=' + 
document.getElementById('location_id').value;
-       window.location = link;
+       var oArgs = {menuaction:'rental.uicontract.add', 
location_id:document.getElementById('location_id').value};
+       var sUrl = phpGWLink('index.php', oArgs);
+       window.location = sUrl;
 }
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]