Change #6105
Category | None |
Changed by | Jason Stephenson <jason | @sigio.com>
Changed at | Wed 13 Mar 2019 14:18:57 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 090f86427d71eab85fc9b902b715711657e98cbd |
Comments
LP 1819796: Fix method call on undefined value in generate_fines The below message repeats in the open-ils.storage_stderr.log: Caught error from 'run' method: Can't call method "search_where" on an undefined value at /usr/local/share/perl/5.26.1/OpenILS/Application/Storage/Publisher/action.pm line 1014. This commit removes an errant ->search_where on a CStoreEditor call to make that message go away. Also, delete some lines of code that were commented out at the time the code was converted to use CStoreEditor. Signed-off-by: Jason Stephenson <jason@sigio.com> Signed-off-by: Dan Wells <dbw2@calvin.edu>
Changed files
- Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm