Browse Source

Bug 21413: (QA follow-up) Rename new option

Trying to make the terminology a little more consistent
as we already use items instead of copies directly
above and leaning on the description of the page it
refers to.

Old:
Skip copies marked as waiting holds

New:
Skip items on hold awaiting pickup

Skip items on hold awaiting pickup

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
18.11.x
Katrin Fischer 6 years ago
committed by Nick Clemens
parent
commit
f11a107b5d
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt

@ -130,7 +130,7 @@
[% END %]
</li>
<li>
<label for="ignore_waiting_holds">Skip copies marked as waiting holds: </label>
<label for="ignore_waiting_holds">Skip items on hold awaiting pickup: </label>
<input type="checkbox" id="ignore_waiting_holds" name="ignore_waiting_holds" />
</li>
</ol>

Loading…
Cancel
Save