From: miker Date: Tue, 20 Nov 2007 13:04:18 +0000 (+0000) Subject: adding "create_date" field to circulations to track the insertion time of offline... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=72b199f94f004570e863a78f16c8dcef7761d3f2;p=Evergreen.git adding "create_date" field to circulations to track the insertion time of offline transactions git-svn-id: svn://svn.open-ils.org/ILS/trunk@8094 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index bf55cf3786..616dcaaa2d 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -1023,12 +1023,13 @@ - - - - - - + + + + + + + diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/action.pm b/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/action.pm index c8d6bec80d..208d3a5e69 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/action.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Storage/CDBI/action.pm @@ -69,7 +69,7 @@ __PACKAGE__->columns(Essential => qw/xact_start usr target_copy circ_lib stop_fines xact_finish due_date opac_renewal checkin_staff circ_staff circ_lib checkin_lib stop_fines_time checkin_time desk_renewal - phone_renewal/); + phone_renewal create_time/); #-------------------------------------------------------------------------------