Bug 21788: Make ProcessOfflinePayment pass the library_id parameter
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 8 Nov 2018 15:34:17 +0000 (12:34 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 4 Jan 2019 03:13:38 +0000 (03:13 +0000)
commit8009a8f462b05c2885fa4126dcba2ef0185f54f2
tree0dec59f14b7933f169a555918bf835b99b5024c6
parent4ef8bfee3f5da810738607498068ea719d533378
Bug 21788: Make ProcessOfflinePayment pass the library_id parameter

To test:
- Run:
  $ kshell
 k$ prove t/db_dependent/Circulation.t
=> FAIL: branchcode is not set
- Apply this patch
- Run:
  $ kshell
 k$ prove t/db_dependent/Circulation.t
=> SUCCESS: Tests pass!
- Sign off :-D

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
C4/Circulation.pm