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>
</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"/>