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:
parent
6cb8d21433
commit
a6c36ab29a
1 changed files with 2 additions and 2 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Reference in a new issue