https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21801
M. Tompsett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #82172|0 |1 is obsolete| | Attachment #82173|0 |1 is obsolete| | --- Comment #6 from M. Tompsett <[email protected]> --- Created attachment 91199 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=91199&action=edit Bug 21801: Make paycollect.pl pass library_id when calling ->pay This patch makes paycollect store the branchcode of the current library when payments are done. - Try all the possible options, specially selecting things to pay for (not using the individual buttons). - Check on the DB, that the accountlines for the patron you're playin with have the branchcode stored correctly in all cases: $ sudo koha-mysql kohadev > SELECT * FROM accountlines WHERE borrowernumber=<the_bn>; => SUCCESS: Things are as expected - SIgn off :-D -- 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/
