[Koha-bugs] [Bug 11725] New: Longoverdue cron job seems to not want to charge anymore

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 10 04:28:34 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11725

            Bug ID: 11725
           Summary: Longoverdue cron job seems to not want to charge
                    anymore
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P3
         Component: Command-line Utilities
          Assignee: gmcharlt at gmail.com
          Reporter: liz at catalyst.net.nz
        QA Contact: testopia at bugs.koha-community.org

Test plan: 

Have a book issued to a borrower that is overdue (sometime before 366 days
overdue.)

Run the longoverdue cron job in a way that the item will be marked as long
overdue - I did mine as follows:
perl longoverdue.pl --lost 10=2 --mark-returned --charge 2 --confirm

That means: mark things that are 10 days overdue with lost value 2, return them
from the borrower record, and charge the borrower the replacement cost for
realsies.

I wasn't able to get the script to charge, I'm either doing it wrong (not
apparent, according to the documentation), or it's been broken with the patch
for bug 7639, as reverting those changes causes items to be correctly charged
again.

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


More information about the Koha-bugs mailing list