fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13568]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13568]
Date: Mon, 06 Jul 2015 23:00:41 +0000

Revision: 13568
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13568
Author:   nelson224
Date:     2015-07-06 23:00:41 +0000 (Mon, 06 Jul 2015)
Log Message:
-----------


Added Paths:
-----------
    branches/dev-syncromind/rental/js/rental/price_item.index.js

Copied: branches/dev-syncromind/rental/js/rental/price_item.index.js (from rev 
13565, branches/dev-syncromind/rental/js/rental/adjustment.index.js)
===================================================================
--- branches/dev-syncromind/rental/js/rental/price_item.index.js                
                (rev 0)
+++ branches/dev-syncromind/rental/js/rental/price_item.index.js        
2015-07-06 23:00:41 UTC (rev 13568)
@@ -0,0 +1,9 @@
+function onNew_price_item()
+{
+       //var newName = document.getElementById('innertoolbar').value;
+       var resp_id = document.getElementById('responsibility_id').value;
+       
+       var oArgs = {menuaction:'rental.uiprice_item.edit', 
responsibility_id:resp_id};
+       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]