push 'xpath' to the end of the columns
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 19 Feb 2010 04:12:36 +0000 (04:12 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 19 Feb 2010 04:12:36 +0000 (04:12 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15596 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/templates/default/conify/global/acq/lineitem_marc_attr_def.tt2

index 5a32632..b2ac860 100644 (file)
@@ -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'