https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11530
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175880|0 |1 is obsolete| | --- Comment #6 from David Nind <[email protected]> --- Created attachment 176300 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=176300&action=edit Bug 11530: Add a use-deleted-items option to totalissues.pl Some libraries would like to keep the usage from deleted items when calculating total issues from the items. To test: 0 - Apply patch 1 - Checkout/Check in an item several times 2 - perl misc/cronjobs/update_totalissues.pl --use-items 3 - Note the 942$o in the record has the correct count 4 - Delete the item 5 - perl misc/cronjobs/update_totalissues.pl --use-items 6 - Note record count now goes to 0 8 - perl misc/cronjobs/update_totalissues.pl --use-items --use-deleted-items 9 - Note record count correctly restored Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
