http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7243 Bug #: 7243 Summary: Do not take rentals as fines Classification: Unclassified Change sponsored?: --- Product: Koha Version: master Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation AssignedTo: kyle.m.hall@gmail.com ReportedBy: srdjan@catalyst.net.nz QAContact: ian.walls@bywatersolutions.com CC: gmcharlt@gmail.com We have set up Koha to prevent people owing more than x amount of fines. When we issue rental items (DVDs for instance) the amount is entered as a fine so if the patron issues more than one DVD their account is blocked until we pay the rental amount off. Work to do: * C4::Members::GetMemberAccountRecords() - add another boolean parameter $no_charges. If set to true disregard non-fine charges: - Rent - Res - authorised_values MANUAL_INV * C4::Circulation::CanBookBeIssued() - pass TRUE as no_charges when calling C4::Members::GetMemberAccountRecords() How to test: * Set syspref noissuescharge to some small value * Set rental charge for some item to be higher than noissuescharge * For a patron without fines: - issue an item with rental charges (above) - issue another item of the same type - there should be no warnings or stoppers -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.