[open-ils-commits] r17814 - branches/rel_2_0/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:56:21 EDT 2010
Author: erickson
Date: 2010-09-18 15:56:16 -0400 (Sat, 18 Sep 2010)
New Revision: 17814
Modified:
branches/rel_2_0/Open-ILS/web/js/ui/default/acq/common/li_table.js
Log:
in acq copies display, default to ws lib as recipient lib
Modified: branches/rel_2_0/Open-ILS/web/js/ui/default/acq/common/li_table.js
===================================================================
--- branches/rel_2_0/Open-ILS/web/js/ui/default/acq/common/li_table.js 2010-09-18 19:55:44 UTC (rev 17813)
+++ branches/rel_2_0/Open-ILS/web/js/ui/default/acq/common/li_table.js 2010-09-18 19:56:16 UTC (rev 17814)
@@ -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