https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610
Liz Rea <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Liz Rea <[email protected]> --- 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) 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'd expect this to be Credit Card in the interface: kohadev-koha@b46acddf5bb7:/kohadevbox/koha$ perl misc/sip_cli_emulator.pl --sip_user=term1 --sip_pass=term1 --patron=2 --item='12' --fee-amount=15.00 --fee-type=03 -m fee_paid -a 127.0.0.1 -p 6001 -l MAIN I'd expect this to be VISA in the interface: kohadev-koha@b46acddf5bb7:/kohadevbox/koha$ perl misc/sip_cli_emulator.pl --sip_user=term1 --sip_pass=term1 --patron=2 --item='12' --fee-amount=15.00 --fee-type=02 -m fee_paid -a 127.0.0.1 -p 6001 -l MAIN This one is correct, the default 01, with Cash: kohadev-koha@b46acddf5bb7:/kohadevbox/koha$ perl misc/sip_cli_emulator.pl --sip_user=term1 --sip_pass=term1 --patron=2 --item='12' --fee-amount=15.00 -m fee_paid -a 127.0.0.1 -p 6001 -l MAIN Is there something I need to change in my setup here to make this work the way libraries will expect? Cheers, Liz -- 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/
