[Koha-bugs] [Bug 22610] SIP Payment Types should be moved out of accountype

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 8 21:33:50 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22610

Liz Rea <wizzyrea at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wizzyrea at gmail.com

--- Comment #8 from Liz Rea <wizzyrea at gmail.com> ---
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 at 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 at 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 at 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.


More information about the Koha-bugs mailing list