Status Changed Time column
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 20 Oct 2009 16:17:19 +0000 (16:17 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 20 Oct 2009 16:17:19 +0000 (16:17 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14505 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/circ/util.js
Open-ILS/xul/staff_client/server/locale/en-US/circ.properties

index 16805ef..59bc93b 100644 (file)
@@ -845,6 +845,16 @@ circ.util.columns = function(modify,params) {
                        'editable' : false, 'render' : function(my) { return my.acp.circ_modifier(); }
                },
                {
+                       'id' : 'status_changed_time',
+            'fm_class' : 'acp',
+                       'label' : document.getElementById('circStrings').getString('staff.circ.utils.status_changed_time'),
+                       'flex' : 1,
+                       'primary' : false,
+                       'hidden' : true,
+                       'editable' : false, 'render' : function(my) { return my.acp.status_changed_time(); },
+                       'persist' : 'hidden width ordinal'
+               },
+               {
                        'persist' : 'hidden width ordinal',
             'fm_class' : 'circ',
                        'id' : 'checkout_lib',
index 0586fd6..c7801da 100644 (file)
@@ -229,6 +229,7 @@ staff.circ.utils.holdable=Holdable?
 staff.circ.utils.hold_note=Hold Note(s)
 staff.circ.utils.staff_hold=Staff Hold?
 staff.circ.utils.opac_visible=OPAC Visible?
+staff.circ.utils.status_changed_time=Status Changed Time
 staff.circ.utils.reference=Reference?
 staff.circ.utils.deposit=Deposit?
 # The < and > highlight that the value is not set; translate Unset and change the delimiters as needed