[Koha-bugs] [Bug 12429] patron seeing fines codes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 27 19:12:20 CEST 2014


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

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Caused by Bug 2546 which attempts to anticipate every obscure undocumented
account type code which Koha uses but fails to cover all of them:

        [% SWITCH line.accounttype %]
          [% CASE 'Pay' %]Payment,thanks
          [% CASE 'Pay00' %]Payment,thanks (cash via SIP2)
          [% CASE 'Pay01' %]Payment,thanks (VISA via SIP2)
          [% CASE 'Pay02' %]Payment,thanks (credit card via SIP2)
          [% CASE 'N' %]New Card
          [% CASE 'F' %]Fine
          [% CASE 'A' %]Account management fee
          [% CASE 'M' %]Sundry
          [% CASE 'L' %]Lost Item
          [% CASE 'W' %]Writeoff
          [% CASE %][% line.accounttype %]
        [%- END -%]

Kyle's list of codes includes these which are not in the above list:

FU = Fine that is currently accruing
Rent = Rental fee
FOR = Forgiven
LR = Lost item fee refund
PAY = Payment
WO = Writeoff
C = Credit
CR = Credit

I also see checks in the code for accounttypes 'O' and 'FN' but I haven't found
any code which inserts those codes.

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


More information about the Koha-bugs mailing list