]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1198465 First pass at generate_fines cstore conversion
authorDan Wells <dbw2@calvin.edu>
Wed, 3 Dec 2014 19:49:54 +0000 (14:49 -0500)
committerDan Wells <dbw2@calvin.edu>
Mon, 8 Dec 2014 14:38:29 +0000 (09:38 -0500)
commit9c70fb68231fad5d2951be9edbef59fb23c111fe
tree2ab0b5420470048d8c48266d18859bb378b9d937
parentefe6e6631a816597227491b1f9f324bf3dbf5874
LP#1198465 First pass at generate_fines cstore conversion

Broadly speaking, this commit does two things:

1) Rewrite bits of the generate_fines copy in CircCommon.pm to use
cstore in place of the DBI code bits.
2) Gut the old generate_fines in Publisher/action.pm, then make it a
wrapper for the CircCommon verison.

This is a rough pass, but works in basic testing.

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/CircCommon.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm