[Koha-bugs] [Bug 33698] Add fields to verbose output of cronjob delete_items.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 30 23:22:40 CEST 2023


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

--- Comment #7 from Laura Escamilla <Laura.escamilla at bywatersolutions.com> ---
Fixed test plan: 

Test Plan:

1. Checkout an item to a patron.
2. Mark that item as withdrawn.
3. Run perl misc/cronjobs/delete_items.pl --where "items.withdrawn != 0"
--where "items.withdrawn_on <= 'xxxx-xx-xx'" --verbose --commit
 (in the x’s you’ll put the year-month-date for tomorrow)
4. Confirm that no barcode or title are shown.
5. Apply patch and restart services
6. Run the cron again.
7. Confirm that the barcode and title of the item withdrawn are shown and
correct. 
8. Sign off!

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


More information about the Koha-bugs mailing list