@@ -, +, @@ --- admin/columns_settings.yml | 2 ++ koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) --- a/admin/columns_settings.yml +++ a/admin/columns_settings.yml @@ -267,6 +267,8 @@ modules: - columnname: lostcode - + columnname: itemlost_on + - columnname: barcode - columnname: callnumber --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt @@ -59,10 +59,11 @@ Title Author - Lost code + Lost status + Lost on Barcode Call number - Date last seen + Date last seen Price Rep.price Library @@ -81,11 +82,12 @@ [% item.biblio.author %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) %] + [% item.itemlost_on | $KohaDates %] [% item.barcode %] [% item.itemcallnumber %] - [% item.datelastseen | $KohaDates %] + [% item.datelastseen | $KohaDates %] [% item.price %] [% item.replacementprice %] [% Branches.GetName(item.homebranch) %] --