http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11229 --- Comment #9 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 41475 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41475&action=edit Bug 11229: (followup) makepartialpayment fix makepartialpayment() wasn't logging the branch either. This patch fixes that too. To test: - Run (with the regression tests applied) $ prove t/db_dependent/Accounts.t => FAIL: tests fail because makepartialpayment is not logging the branch code - Apply the patch - Run $ prove t/db_dependent/Accounts.t => SUCCESS: tests pass - Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar> -- You are receiving this mail because: You are watching all bug changes.