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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 3 07:05:50 CEST 2012


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

Srdjan Jankovic <srdjan at catalyst.net.nz> changed:

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

--- Comment #12 from Srdjan Jankovic <srdjan at catalyst.net.nz> ---
Created attachment 11943
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=11943&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