Bug 21756: Remove use of manualinvoice from Koha::Hold
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Sat, 15 Dec 2018 16:16:33 +0000 (16:16 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 13 Mar 2019 03:58:27 +0000 (03:58 +0000)
commitb99180bcaa0b508c3e41c54f4de26399feb35e49
treeaf03896c1d0e3178c241fe583bfbf0f85c9b9a08
parent3fb6cf02895081adb8c3e259a7e5e4e4d659d269
Bug 21756: Remove use of manualinvoice from Koha::Hold

Known Side Effect: Prior to this patch hold cancellation fees
were not recorded in the FinesLog. After this patch, if the
FinesLog is enabled then the 'action' will be recorded as
`create_hold_expiration`.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Koha/Hold.pm