Bug 11229: (followup) makepartialpayment fix
authorTomas Cohen Arazi <tomascohen@unc.edu.ar>
Thu, 13 Aug 2015 15:03:15 +0000 (12:03 -0300)
committerTomas Cohen Arazi <tomascohen@unc.edu.ar>
Tue, 18 Aug 2015 16:18:21 +0000 (13:18 -0300)
commite1319963d618968cb61a5c86a0c793fc613354ee
treeee48cacec4cc8a8a2f0a01d5ab57812639ed459a
parenta90a7202c31cbb353741b5c563945e58923cd319
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>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
C4/Accounts.pm