Bug 21756: Remove use of manualinvoice from Koha::Patron
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Sat, 15 Dec 2018 15:58:46 +0000 (15:58 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Wed, 13 Mar 2019 03:58:27 +0000 (03:58 +0000)
commit3fb6cf02895081adb8c3e259a7e5e4e4d659d269
treea9c2596064d8ec32c7ae3e9eba730e8d2fad37e6
parentc0df2d0e8612e1ca428f51462fcfb99fbc3f0009
Bug 21756: Remove use of manualinvoice from Koha::Patron

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

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