[open-ils-commits] r12931 - trunk/Open-ILS/web/js/ui/default/acq/common (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Apr 20 16:42:19 EDT 2009


Author: erickson
Date: 2009-04-20 16:42:14 -0400 (Mon, 20 Apr 2009)
New Revision: 12931

Modified:
   trunk/Open-ILS/web/js/ui/default/acq/common/li_table.js
Log:
use the smart lineitem price updater to handle exising fund debits

Modified: trunk/Open-ILS/web/js/ui/default/acq/common/li_table.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/acq/common/li_table.js	2009-04-20 20:36:41 UTC (rev 12930)
+++ trunk/Open-ILS/web/js/ui/default/acq/common/li_table.js	2009-04-20 20:42:14 UTC (rev 12931)
@@ -307,9 +307,9 @@
         if(price == oldPrice) return;
 
         fieldmapper.standardRequest(
-            ['open-ils.acq', 'open-ils.acq.lineitem_local_attr.set'],
+            ['open-ils.acq', 'open-ils.acq.lineitem.price.set'],
             {   async : true,
-                params : [this.authtoken, li.id(), 'estimated_price', price],
+                params : [this.authtoken, li.id(), price],
                 oncomplete : function(r) {
                     openils.Util.readResponse(r);
                 }



More information about the open-ils-commits mailing list