Lines 115-120
Link Here
|
115 |
<td><span title="[% a.date | html %]">[% a.date | $KohaDates %]</span></td> |
115 |
<td><span title="[% a.date | html %]">[% a.date | $KohaDates %]</span></td> |
116 |
<td> |
116 |
<td> |
117 |
[% PROCESS account_type_description account=a %] |
117 |
[% PROCESS account_type_description account=a %] |
|
|
118 |
[%- PROCESS account_status_description account=a -%] |
118 |
[%- IF a.payment_type %], [% AuthorisedValues.GetByCode('PAYMENT_TYPE', a.payment_type, 1) | html %][% END %] |
119 |
[%- IF a.payment_type %], [% AuthorisedValues.GetByCode('PAYMENT_TYPE', a.payment_type, 1) | html %][% END %] |
119 |
[%- IF a.description %], [% a.description | html %][% END %] |
120 |
[%- IF a.description %], [% a.description | html %][% END %] |
120 |
[% IF a.itemnumber %]([% a.item.biblio.title | html %])[% END %] |
121 |
[% IF a.itemnumber %]([% a.item.biblio.title | html %])[% END %] |
Lines 198-204
Link Here
|
198 |
[%- CASE -%][% account.debit_type.description | html %] |
199 |
[%- CASE -%][% account.debit_type.description | html %] |
199 |
[%- END -%] |
200 |
[%- END -%] |
200 |
[%- END -%] |
201 |
[%- END -%] |
201 |
[%- PROCESS account_status_description account=account -%] |
|
|
202 |
</span> |
202 |
</span> |
203 |
[%- END -%] |
203 |
[%- END -%] |
204 |
|
204 |
|
205 |
- |
|
|