Bug 19066: (QA follow-up) Fix ChargeReserveFee
authorTomas Cohen Arazi <tomascohen@theke.io>
Wed, 7 Nov 2018 20:06:26 +0000 (17:06 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 3 Jan 2019 18:58:41 +0000 (18:58 +0000)
commit48dab3c1261870bf23c01eda3b57aa76a9814250
tree0e50883f48a825ff48c914ad7288ef240fe26706
parent040d5c57e7fb8976588c25d24ba288f52a83af95
Bug 19066: (QA follow-up) Fix ChargeReserveFee

This patch fixes a bug in ChargeReserveFee:

To test:
- Run:
  $ kshell
 k$ prove t/db_dependent/Reserves.t
=> FAIL: Tests fail because branchcode is not set
- Apply this patch
- Run:
 k$ prove t/db_dependent/Reserves.t
=> SUCCESS: Tests pass!

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Reserves.pm