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

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Sep 18 15:55:49 EDT 2010


Author: erickson
Date: 2010-09-18 15:55:44 -0400 (Sat, 18 Sep 2010)
New Revision: 17813

Modified:
   trunk/Open-ILS/web/js/ui/default/acq/common/li_table.js
Log:
in acq copies display, default to ws lib as recipient lib

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	2010-09-18 19:06:34 UTC (rev 17812)
+++ trunk/Open-ILS/web/js/ui/default/acq/common/li_table.js	2010-09-18 19:55:44 UTC (rev 17813)
@@ -1443,6 +1443,7 @@
                     parentNode : dojo.query('[name='+field+']', row)[0],
                     orgLimitPerms : ['CREATE_PICKLIST', 'CREATE_PURCHASE_ORDER'],
                     readOnly : readOnly,
+                    orgDefaultsToWs : true
                 });
 
                 widget.build(



More information about the open-ils-commits mailing list