From 679ee04ef5921325f5775cd8657948daa9777497 Mon Sep 17 00:00:00 2001 From: erickson Date: Sat, 18 Sep 2010 19:55:44 +0000 Subject: [PATCH] in acq copies display, default to ws lib as recipient lib git-svn-id: svn://svn.open-ils.org/ILS/trunk@17813 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/ui/default/acq/common/li_table.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/web/js/ui/default/acq/common/li_table.js b/Open-ILS/web/js/ui/default/acq/common/li_table.js index c794a511c3..9a09b53a34 100644 --- a/Open-ILS/web/js/ui/default/acq/common/li_table.js +++ b/Open-ILS/web/js/ui/default/acq/common/li_table.js @@ -1443,6 +1443,7 @@ function AcqLiTable() { parentNode : dojo.query('[name='+field+']', row)[0], orgLimitPerms : ['CREATE_PICKLIST', 'CREATE_PURCHASE_ORDER'], readOnly : readOnly, + orgDefaultsToWs : true }); widget.build( -- 2.11.0