https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38331 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #183146|0 |1 is obsolete| | --- Comment #21 from David Nind <david@davidnind.com> --- Created attachment 183264 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183264&action=edit Bug 38331: Add dateaccessioned, itemlost_on, damaged_on, withdrawn_on, datelasteen to itemsearch results Fixed typo in columns_setting.yml damaged_on should now be hidden by default. to test: 1 - have items with values in dateaccessioned, itemlost_on, damaged_on, withdrawn_on, datelastseen 2 - perform an item search that returns those items 3 - observe these values are not available 4 - apply patch, restart_all 5 - repeat item search, those values still don't show 6 - go to table settings, see dateaccessioned, itemlost_on, damaged_on, withdrawn_on, datelastseen are now available to be displayed, but are hidden by default 7 - adjust table settings to show all new fields 8 - repeat search, now you see values! 9 - export results in available formats, confirm new values are in export Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.