Revert "Bug 37255: Fix handling of "All" values on waiting hold cancellation policy"

This reverts commit e021150138.

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Katrin Fischer 2024-08-14 07:56:12 +02:00
parent 6cb8d21433
commit a6c36ab29a
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -884,14 +884,14 @@
[% IF ( waiting_hold_cancellation.defined && waiting_hold_cancellation != '' ) %]
<tr>
<td>
[% IF c == undef %]
[% IF c == '*' %]
<em>All</em>
[% ELSE %]
[% Categories.GetName(c) | html %]
[% END %]
</td>
<td>
[% IF i == undef %]
[% IF i == '*' %]
<em>All</em>
[% ELSE %]
[% ItemTypes.GetDescription(i,1) | html %]