LP#1402797 Fix "scan item for missing pieces" label to say Item instead of Patron
authorMike Rylander <mrylander@gmail.com>
Thu, 30 Oct 2014 13:06:53 +0000 (09:06 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 12 Feb 2015 16:58:26 +0000 (11:58 -0500)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/staff/cat/item/missing_pieces.tt2

index 2581ba7..c8751aa 100644 (file)
@@ -30,15 +30,15 @@ s.CIRC_NOT_FOUND =
   <div class="input-group">
 
     <label class="input-group-addon" 
-      for="patron-lookup-barcode" >[% l('Patron Barcode') %]</label>
+      for="item-lookup-barcode" >[% l('Item Barcode') %]</label>
 
     <input 
       focus-me="selectMe" 
       select-me="selectMe"
       class="form-control barcode"
       ng-model="args.barcode" 
-      placeholder="[% l('Patron Barcode') %]"
-      id="patron-lookup-barcode" type="text"/> 
+      placeholder="[% l('Item Barcode') %]"
+      id="item-lookup-barcode" type="text"/> 
 
     <input class="btn btn-default" type="submit" value="[% l('Submit') %]"/>
   </div>