[Koha-bugs] [Bug 24637] Pay selected & Pay amount does not log branchcode in 19.05

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 11 23:59:06 CET 2020


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

--- Comment #1 from Lucas Gass <lucas at bywatersolutions.com> ---
Created attachment 98734
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=98734&action=edit
Bug 24637: Add brancode in all pay circumstances

To TEST:
1. Have some fines. Pay them using the Pay Amount or Pay Selected buttons.
2. SELECT branchcode FROM accountlines where borrowernumber =
'{borrowernumber}';
3. See that branchcode is NULL
4. Apply patch and restart_all
5. Make a partial payment using both the Pay select and Pay amount buttons.
6. SELECT branchcode FROM accountlines where borrowernumber =
'{borrowernumber}';
7. Now you should see the branchcodes in the table and no NULL values.

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


More information about the Koha-bugs mailing list