https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21173
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #60 from David Nind <[email protected]> --- I added a follow-up to update the Age unit field hint text: - Current hint text: Only the items.damaged_on, items.itemlost_on and items.withdrawn_on age fields can use the 'Hours unit. If not set then days will be used. - Changed hint text to: Only the items.damaged_on, items.itemlost_on and items.withdrawn_on age fields can use the 'Hours unit. If not set then days will be used. (changes: "'Hours unit" to "Hours age unit" "If not set then days will be used." to "If not set, the Days age unit is used.") Note that there is a qa script fail - not sure if this bug needs to fix or not: [FAIL] C4/Items.pm FAIL pod_coverage sub _SearchItems_build_where_fragment has no pod coverage. Testing notes (using KTD): 1. Step 9: I used Programming Perl (biblionumber=262) and itemnumber = 578: - I edited the item and set "1 - Lost status" to "Lost" - Access the database: koha-mysql kohadev - Update the record: update items set itemlost_on = "2026-08-01 22:00:00" where itemnumber=578; -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
