LP1980692-Patron print option should be 'copies'
authorGarry Collum <gcollum@gmail.com>
Mon, 18 Jul 2022 19:11:01 +0000 (19:11 +0000)
committerJane Sandberg <js7389@princeton.edu>
Wed, 27 Jul 2022 15:17:05 +0000 (08:17 -0700)
When printing from the patron's bills page the option to select the number
of copies to print reads 'items'.  This changes the label to 'copies'.

Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Gina Monti <gmonti@biblio.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>

Open-ILS/src/templates/staff/circ/patron/t_bills.tt2

index 7ceab6c..24ba637 100644 (file)
@@ -122,7 +122,7 @@ not sure what's up, there. -->
       </label>
     </div>
     <div class="form-group" style="margin-left:10px">
-      <label for="bill-receipt-copies">[% l('# Items') %]</label>
+      <label for="bill-receipt-copies">[% l('# Copies') %]</label>
       <input type="number" min="1" style="width:5em"
         ng-model="receipt_count"
         class="form-control" id="bill-receipt-copies"/>