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