fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13576]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13576]
Date: Tue, 07 Jul 2015 20:53:34 +0000

Revision: 13576
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13576
Author:   nelson224
Date:     2015-07-07 20:53:34 +0000 (Tue, 07 Jul 2015)
Log Message:
-----------


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

Modified: branches/dev-syncromind/rental/js/rental/price_item.index.js
===================================================================
--- branches/dev-syncromind/rental/js/rental/price_item.index.js        
2015-07-07 20:52:56 UTC (rev 13575)
+++ branches/dev-syncromind/rental/js/rental/price_item.index.js        
2015-07-07 20:53:34 UTC (rev 13576)
@@ -3,7 +3,13 @@
        //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 oArgs = {menuaction:'rental.uiprice_item.add', 
responsibility_id:resp_id};
        var sUrl = phpGWLink('index.php', oArgs);
        window.location = sUrl;
+}
+
+function formatterPrice (key, oData) 
+{
+       var amount = $.number( oData[key], decimalPlaces, decimalSeparator, 
thousandsSeparator ) + ' ' + currency_suffix;
+       return amount;
 }
\ No newline at end of file




reply via email to

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