|
Lines 111-119
Link Here
|
| 111 |
<td>[% PROCESS account_type_description account=account %]</td> |
111 |
<td>[% PROCESS account_type_description account=account %]</td> |
| 112 |
<td> |
112 |
<td> |
| 113 |
[%- IF account.payment_type %][% AuthorisedValues.GetByCode('PAYMENT_TYPE', account.payment_type) | html %][% END %] |
113 |
[%- IF account.payment_type %][% AuthorisedValues.GetByCode('PAYMENT_TYPE', account.payment_type) | html %][% END %] |
| 114 |
[%- IF account.description %][% account.description | html %][% END %] |
114 |
[%- IF account.description %] |
| 115 |
[% IF ( account.itemnumber ) %] |
115 |
[% # Passing the raw filter here because this content is scrubbed %] |
| 116 |
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.item.biblionumber | uri %]&itemnumber=[% account.itemnumber | uri %]">[% account.item.biblio.title | html %]</a> |
116 |
[% account.description | $raw %] |
|
|
117 |
[% END %] |
| 118 |
[% IF ( account.itemnumber ) %] |
| 119 |
<span class="title"> |
| 120 |
|
| 121 |
<a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% account.item.biblionumber | uri %]&itemnumber=[% account.itemnumber | uri %]">[% account.item.biblio.title | html %]</a> |
| 122 |
</span> |
| 117 |
[% END %]</td |
123 |
[% END %]</td |
| 118 |
> |
124 |
> |
| 119 |
<td |
125 |
<td |
| 120 |
- |
|
|