https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24637 --- Comment #1 from Lucas Gass <lucas@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.