Bug 29148: Check if hold is item or bib level
To test: 1 - place an item level hold, it says: [one of the barcodes] or any available 2 - place a bib level hold, it says: [one of the barcodes] or any available 3 - Apply patch 4 - item level hold should say: Only [barcode] 5 - bib level hold should say: [one of the barcodes] or any available Signed-off-by: Azucena <Azucena.Aguayo@uvu.edu> Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
2b75bda82f
commit
6768848746
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@
|
|||
<td>
|
||||
[% IF ( hold_info.barcodes.size ) %]
|
||||
[% SET barcode = hold_info.barcodes.first %]
|
||||
[% IF ( hold_info.itemnumber ) %]Only [% barcode | html %][% ELSE %][% barcode | html %] or any available.[% END %]
|
||||
[% IF ( hold_info.item ) %]Only [% barcode | html %][% ELSE %][% barcode | html %] or any available.[% END %]
|
||||
[% END %]
|
||||
</td>
|
||||
<td>
|
||||
|
|
Loading…
Reference in a new issue