https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23640
--- Comment #26 from David Cook <[email protected]> --- Here's a new better draft test plan: Test plan: 1. Enable IssueLog 2. Start SIP server 2a. change to Koha git directory 2b. koha-shell kohadev -c "bash misc/bin/sip_run.sh etc/SIPconfig.xml" 2c. If necessary, logs are at /var/lib/koha/kohadev/sip.out and /var/lib/koha/kohadev/sip.err 3. Issue book via SIP perl misc/sip_cli_emulator.pl -a 127.0.0.1 -p 6001 -su koha -sp koha -l CPL --patron 1 --item 3999900000001 -m checkout 4. Check action_logs or circulation logs for "CIRCULATION ISSUE <borrowernumber> <biblionumber>" line http://localhost:8081/cgi-bin/koha/catalogue/issuehistory.pl?biblionumber=1 5. Disable IssueLog 6. Issue another book via SIP 7. Check action_logs -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
