]> git.evergreen-ils.org Git - Evergreen.git/commit - Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm
made backdating smarter by using the circ interval and parsing the backdate
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 9 Apr 2007 17:09:46 +0000 (17:09 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 9 Apr 2007 17:09:46 +0000 (17:09 +0000)
commit6cdb8a2504aeb81c06a58978db6f0ab795ce3ae5
tree0e56b7add61abbfaea291301e7118708dd996c43
parenta5b06389f2dbc27b435b225f419874c7f934a193
made backdating smarter by using the circ interval and parsing the backdate
as an ISO time so we get timezones and not just YYYY-MM-DD

ported claims-returned and lost code to CStoreEditor, made everything run
inside the same transaction to prevent bugs with leaving transactions closed
when they should be re-opened (among other things)

mark-lost now supports org settings at any level in the tree
new settings are whether to apply default item price on price==0 vs. price==null

git-svn-id: svn://svn.open-ils.org/ILS/trunk@7130 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/OpenILS/Application/AppUtils.pm
Open-ILS/src/perlmods/OpenILS/Application/Circ.pm