[open-ils-commits] r19005 - trunk/Open-ILS/web/templates/default/conify/global/asset (senator)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Dec 16 13:35:44 EST 2010
Author: senator
Date: 2010-12-16 13:35:40 -0500 (Thu, 16 Dec 2010)
New Revision: 19005
Modified:
trunk/Open-ILS/web/templates/default/conify/global/asset/copy_template.tt2
Log:
Serials: the circ_lib field on a copy template has no meaning in the only
context where these copy templates are used, which is serials. Any copy-like
objects that are created in serials have their circ_lib determined by
distribution.holding_lib
So remove the circ_lib from the interface
Modified: trunk/Open-ILS/web/templates/default/conify/global/asset/copy_template.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/conify/global/asset/copy_template.tt2 2010-12-15 20:24:36 UTC (rev 19004)
+++ trunk/Open-ILS/web/templates/default/conify/global/asset/copy_template.tt2 2010-12-16 18:35:40 UTC (rev 19005)
@@ -22,9 +22,9 @@
</div>
<table jsId="actGrid"
dojoType="openils.widget.AutoGrid"
- fieldOrder="['name','owning_lib','circulate','holdable','opac_visible','loan_duration','fine_level','location','circ_modifier','circ_lib','floating','deposit','ref','mint_condition']"
- suppressFields="['creator','editor','edit_date','create_date']"
- suppressEditFields="['creator','editor','edit_date','create_date']"
+ fieldOrder="['name','owning_lib','circulate','holdable','opac_visible','loan_duration','fine_level','location','circ_modifier','floating','deposit','ref','mint_condition']"
+ suppressFields="['creator','editor','edit_date','create_date','circ_lib']"
+ suppressEditFields="['creator','editor','edit_date','create_date','circ_lib']"
query="{id: '*'}"
editStyle="pane"
fmClass="act"
More information about the open-ils-commits
mailing list