From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Fri, 19 Feb 2010 04:12:36 +0000 (+0000)
Subject: push 'xpath' to the end of the columns
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a0a8998290aa3c480892ea0b7cfcfd1ed7dcd8c6;p=contrib%2FConifer.git

push 'xpath' to the end of the columns

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15596 dcc99617-32d9-48b4-a31d-7c20da2025e4
---

diff --git a/Open-ILS/web/templates/default/conify/global/acq/lineitem_marc_attr_def.tt2 b/Open-ILS/web/templates/default/conify/global/acq/lineitem_marc_attr_def.tt2
index 5a32632b76..b2ac860539 100644
--- a/Open-ILS/web/templates/default/conify/global/acq/lineitem_marc_attr_def.tt2
+++ b/Open-ILS/web/templates/default/conify/global/acq/lineitem_marc_attr_def.tt2
@@ -13,7 +13,7 @@
         </div>
         <table  jsId="attrGrid"
                 dojoType="openils.widget.AutoGrid"
-                fieldOrder="['id', 'code', 'description', 'tag', 'subfield', 'ident', 'xpath', 'remove']"
+                fieldOrder="['id', 'code', 'description', 'tag', 'subfield', 'ident', 'remove', 'xpath']"
                 query="{id: '*'}"
                 defaultCellWidth='"auto"'
                 fmClass='acqlimad'