[Koha-bugs] [Bug 17672] Items table should have a damaged_on column

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 19 15:15:58 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17672

--- Comment #1 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 65099
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65099&action=edit
Bug 17672 - Items table should have a damaged_on column

This patchset adds a 'damaged_on' column to store the date an item is
marked damaged, analogous to withdrawn_on and itemlost_on

To test:
1 - Apply patch
2 - Mark an item damaged via moredetail.pl (Items tab on left in
        details)
3 - Note the damaged on date apears below
4 - Unmark the item, the date is removed
5 - Go to the edit items screen (from top bar 'Edit->edit items')
6 - Mark item damaged - check db or moredetails.pl to see damaged_on
date
7 - Unmark item damaged - confirm date is removed
8 - prove t/db_dependent/Items.t

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list