Lines 30-35
Link Here
|
30 |
"[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) || "" | html %]", |
30 |
"[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) || "" | html %]", |
31 |
"[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.withdrawn', authorised_value => item.withdrawn ) || "" | html %]", |
31 |
"[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.withdrawn', authorised_value => item.withdrawn ) || "" | html %]", |
32 |
"[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.damaged', authorised_value => item.damaged ) || "" | html %]", |
32 |
"[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.damaged', authorised_value => item.damaged ) || "" | html %]", |
|
|
33 |
"[% item.dateaccessioned | $KohaDates %]", |
33 |
"[% (item.issues || 0) | html %]", |
34 |
"[% (item.issues || 0) | html %]", |
34 |
"[% IF item.checkout %][% item.checkout.date_due | $KohaDates %][% END %]", |
35 |
"[% IF item.checkout %][% item.checkout.date_due | $KohaDates %][% END %]", |
35 |
"[% FILTER escape_quotes ~%] |
36 |
"[% FILTER escape_quotes ~%] |