[open-ils-commits] r14946 - trunk/Open-ILS/xul/staff_client/server/cat (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Nov 17 20:39:18 EST 2009


Author: phasefx
Date: 2009-11-17 20:39:16 -0500 (Tue, 17 Nov 2009)
New Revision: 14946

Modified:
   trunk/Open-ILS/xul/staff_client/server/cat/copy_browser.js
Log:
When I renamed the 'status' column from circ.util.columns to 'acp_status' it broke Holdings Maintenance.  This fixes that and also adds the mint condition column to that interface.

Modified: trunk/Open-ILS/xul/staff_client/server/cat/copy_browser.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/copy_browser.js	2009-11-17 21:01:35 UTC (rev 14945)
+++ trunk/Open-ILS/xul/staff_client/server/cat/copy_browser.js	2009-11-18 01:39:16 UTC (rev 14946)
@@ -1462,7 +1462,7 @@
                         'owning_lib' : { 'hidden' : false },
                         'call_number' : { 'hidden' : false },
                         'due_date' : { 'hidden' : false },
-                        'status' : { 'hidden' : false },
+                        'acp_status' : { 'hidden' : false },
                     },
                     {
                         'just_these' : [
@@ -1484,9 +1484,10 @@
                             'price',
                             'circ_as_type',
                             'circ_modifier',
-                            'status',
+                            'acp_status',
                             'alert_message',
-                            'acp_id',
+                            'acp_mint_condition',
+                            'acp_id'
                         ]
                     }
                 )



More information about the open-ils-commits mailing list