[% USE raw %]
[% USE Asset %]
[%- USE Price -%]
[%- USE KohaDates -%]
[%- USE AuthorisedValues -%]
[%- USE Branches -%]
[% SET footerjs = 1 %]
[% PROCESS 'accounts.inc' %]
[% INCLUDE 'doc-head-open.inc' %]
Details of [% IF type == 'credit' %]credit[% ELSE %]debit[% END %] › [% INCLUDE 'patron-title.inc' no_html = 1 %] › Patrons › Koha
[% INCLUDE 'doc-head-close.inc' %]
[% INCLUDE 'header.inc' %]
[% INCLUDE 'patron-search-header.inc' %]
[% IF type == 'credit' %]
Details of payment
[% ELSIF type == 'debit' %]
Details of fee
[% END %]
[% INCLUDE 'members-toolbar.inc' borrowernumber=patron.borrowernumber %]
[% IF accountline %]
[% IF accountline.credit_type_code %]
Details of credit
[% ELSIF accountline.debit_type_code %]
Details of debit
[% END %]
Date
Description
Barcode
Due date
Return date
Note
Amount
Outstanding
[% accountline.date | $KohaDates %]
[%- PROCESS account_type_description account=accountline -%]
[%- IF accountline.payment_type -%]
, [% AuthorisedValues.GetByCode('PAYMENT_TYPE', accountline.payment_type) | html %]
[%- END =%]
[%- IF accountline.description -%]
, [% accountline.description | html %]
[%- END -%]
[% IF ( accountline.itemnumber ) %]
[% SET biblio = accountline.item.biblio %]
[% biblio.title | html %]
[% END %]