[Koha-bugs] [Bug 26469] Register_id saves incorrect value in accountlnes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 16 13:39:07 CEST 2020


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

Andrew Fuerste-Henry <andrew at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #110160|0                           |1
        is obsolete|                            |

--- Comment #8 from Andrew Fuerste-Henry <andrew at bywatersolutions.com> ---
Created attachment 110173
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=110173&action=edit
Bug 26269: Fix variable name mismatch for cash_register in paycollect

It appears that through various rebases the variable names in the form
and the controller script have become mismatched.  This patch corrects
the situation and clarifies their intended use.

Test plan:
1/ Turn on cash registers in sysprefs
2/ Define at least 2 cash registers in Admin
3/ Create a manual invoice on a patron
4/ Pay off half of your fee, selecting the first register
5/ Pay off the remaining fee, selecting the second register
6/ Query accountlines.register_id for your two payments
8/ Confirm the two accountlines.register_id's do not match (thus the
passed variable was used)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list