[open-ils-commits] r20197 - in branches/rel_2_0/Open-ILS/xul/staff_client/server: circ locale/en-US (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Apr 19 10:16:54 EDT 2011


Author: phasefx
Date: 2011-04-19 10:16:51 -0400 (Tue, 19 Apr 2011)
New Revision: 20197

Modified:
   branches/rel_2_0/Open-ILS/xul/staff_client/server/circ/util.js
   branches/rel_2_0/Open-ILS/xul/staff_client/server/locale/en-US/common.properties
Log:
display issuance label, not subscription label


Modified: branches/rel_2_0/Open-ILS/xul/staff_client/server/circ/util.js
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/server/circ/util.js	2011-04-19 14:16:48 UTC (rev 20196)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/server/circ/util.js	2011-04-19 14:16:51 UTC (rev 20197)
@@ -1860,12 +1860,12 @@
         },
         {
             'persist' : 'hidden width ordinal',
-            'id' : 'subscription_label',
-            'label' : document.getElementById('commonStrings').getString('staff.ahr_subscription_label_label'),
+            'id' : 'issuance_label',
+            'label' : document.getElementById('commonStrings').getString('staff.ahr_issuance_label_label'),
             'flex' : 1,
             'primary' : false,
             'hidden' : true,
-            'editable' : false, 'render' : function(my) { return my.subscription.label(); }
+            'editable' : false, 'render' : function(my) { return my.issuance.label(); }
         },
         {
             'persist' : 'hidden width ordinal',

Modified: branches/rel_2_0/Open-ILS/xul/staff_client/server/locale/en-US/common.properties
===================================================================
--- branches/rel_2_0/Open-ILS/xul/staff_client/server/locale/en-US/common.properties	2011-04-19 14:16:48 UTC (rev 20196)
+++ branches/rel_2_0/Open-ILS/xul/staff_client/server/locale/en-US/common.properties	2011-04-19 14:16:51 UTC (rev 20197)
@@ -50,7 +50,7 @@
 staff.ahr_fulfillment_time_label=Fulfillment Time
 staff.ahr_hold_type_label=Type
 staff.ahr_holdable_formats_label=Holdable Formats
-staff.ahr_subscription_label_label=Subscription Label
+staff.ahr_issuance_label_label=Issuance Label
 staff.ahr_id_label=Hold ID
 staff.ahr_phone_notify_label=Phone Notify
 staff.ahr_pickup_lib_label=Pickup Library



More information about the open-ils-commits mailing list