http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12429
--- Comment #1 from Owen Leonard <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
