[Koha-bugs] [Bug 7243] Do not take rentals as fines

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Sep 22 20:31:02 CEST 2012


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

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #11943|0                           |1
        is obsolete|                            |

--- Comment #14 from Marc Véron <veron at veron.ch> ---
Created attachment 12452
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12452&action=edit
bug_7243: Be selective when summing up charges for blocking issues

Added RentalsInNoissueCharges and ManInvlsInNoissueCharges sys prefs

Created C4::Members::cwGetMemberAccountBallance()
* A wrapper for GetMemberAccountRecords that gives info on non-issue and
  other charges
* Other charges are:
  'Res'
  'Rent' if RentalsInNoissueCharges is Mo
  authorised_values MANUAL_INV if ManInvlsInNoissueCharges is No

C4::Members::GetMemberAccountRecords() changes:
* Dropped input param $date, it is not used

Use split charges in C4::Circulation::CanBookBeIssued() and
C4::Members::patronflags(). That way only fines decide whether an item
can be issued, and not other non-fine charges

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


More information about the Koha-bugs mailing list