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

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Apr 18 15:35:35 EDT 2011


Author: phasefx
Date: 2011-04-18 15:35:30 -0400 (Mon, 18 Apr 2011)
New Revision: 20177

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


Modified: branches/rel_2_1/Open-ILS/xul/staff_client/server/circ/util.js
===================================================================
--- branches/rel_2_1/Open-ILS/xul/staff_client/server/circ/util.js	2011-04-18 19:35:16 UTC (rev 20176)
+++ branches/rel_2_1/Open-ILS/xul/staff_client/server/circ/util.js	2011-04-18 19:35:30 UTC (rev 20177)
@@ -1957,12 +1957,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_1/Open-ILS/xul/staff_client/server/locale/en-US/common.properties
===================================================================
--- branches/rel_2_1/Open-ILS/xul/staff_client/server/locale/en-US/common.properties	2011-04-18 19:35:16 UTC (rev 20176)
+++ branches/rel_2_1/Open-ILS/xul/staff_client/server/locale/en-US/common.properties	2011-04-18 19:35:30 UTC (rev 20177)
@@ -53,7 +53,7 @@
 staff.ahr_hold_type_label=Type
 staff.ahr_holdable_formats_label=Holdable Formats
 staff.ahr_holdable_part_label=Holdable Part
-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