Bug 20450: (follow-up) Add missing template filters
This patch adds two missing template filters as pointed out by the template test. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
parent
ba116a578b
commit
c2bb1c2c06
2 changed files with 2 additions and 2 deletions
|
@ -367,7 +367,7 @@
|
|||
</td>
|
||||
[% IF itemdata_ccode %]
|
||||
<td>
|
||||
[% IF ( itemloo.ccode ) %][% AuthorisedValues.GetByCode( 'CCODE', itemloo.ccode ) %][% END %]
|
||||
[% IF ( itemloo.ccode ) %][% AuthorisedValues.GetByCode( 'CCODE', itemloo.ccode ) | html %][% END %]
|
||||
</td>
|
||||
[% END %]
|
||||
<td>
|
||||
|
|
|
@ -378,7 +378,7 @@
|
|||
<td class="holdingbranch">[% Branches.GetName( itemLoo.holdingBranchName ) | html %]</td>
|
||||
[% END %]
|
||||
[% IF ( itemdata_ccode ) %]
|
||||
<td class="ccode"> [% IF ( itemLoo.ccode ) %][% AuthorisedValues.GetByCode( 'CCODE', itemLoo.ccode ) %][% END %]</td>
|
||||
<td class="ccode"> [% IF ( itemLoo.ccode ) %][% AuthorisedValues.GetByCode( 'CCODE', itemLoo.ccode ) | html %][% END %]</td>
|
||||
[% END %]
|
||||
<td class="call_no">[% itemLoo.callNumber | html %]</td>
|
||||
[% IF ( itemdata_enumchron ) %]
|
||||
|
|
Loading…
Reference in a new issue