From 053763412b5a715f275a452072fd1b732d595915 Mon Sep 17 00:00:00 2001 From: senator Date: Thu, 16 Dec 2010 18:40:42 +0000 Subject: [PATCH] Backport r18852, r19005 from trunk [18852] Serials: make some IDL changes and some changes to field order in an AutoGrid to support easier creation of working copy templates with serials. [19005] 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. git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@19006 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/fm_IDL.xml | 6 ++++-- .../web/templates/default/conify/global/asset/copy_template.tt2 | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 723e9c133e..80b5051d84 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -4497,7 +4497,7 @@ SELECT usr, - + @@ -4507,7 +4507,7 @@ SELECT usr, - + @@ -4519,6 +4519,8 @@ SELECT usr, + + diff --git a/Open-ILS/web/templates/default/conify/global/asset/copy_template.tt2 b/Open-ILS/web/templates/default/conify/global/asset/copy_template.tt2 index 37a360d00b..f36feb401c 100644 --- a/Open-ILS/web/templates/default/conify/global/asset/copy_template.tt2 +++ b/Open-ILS/web/templates/default/conify/global/asset/copy_template.tt2 @@ -22,9 +22,9 @@