https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610 --- Comment #10 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- (In reply to Liz Rea from comment #8)
I think libraries are going to miss these:
[% CASE 'Pay00' %]Payment (cash via SIP2) [% CASE 'Pay01' %]Payment (VISA via SIP2) [% CASE 'Pay02' %]Payment (credit card via SIP2)
Will they really miss the above? We've not gotten right of the data, only moved it into the more appropriate field 'payment_type' as apposed to lumping it in with 'accounttype'. That field is pretty much always displayed next to the accounttype column so I don't understand what they'll miss?
Right now, *near as I can tell* we are only ever going to get "Cash via SIP2" in the interface with this patch, is that correct? I tried with the following sip emulator settings:
I'm looking into this now as well as writing the unit tests. Thanks for testing :) -- You are receiving this mail because: You are watching all bug changes.