https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38331 --- Comment #13 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Comment on attachment 177855 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=177855 Bug 38331: add dateaccessioned, itemlost_on, damaged_on, withdrawn_on, datelastseen as options in item search results Review of attachment 177855: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=38331&attachment=177855) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.csv.inc @@ +50,5 @@
+"[% item.dateaccessioned | $KohaDates | $raw %]" +[%- delimiter | $raw -%] +"[% item.itemlost_on | $KohaDates | $raw %]" +[%- delimiter | $raw -%] +"[% item.damged_on | $KohaDates | $raw %]"
Typo and patch doesn't apply. -- You are receiving this mail because: You are watching all bug changes.