diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-08-24 17:42:32 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-08-24 17:42:32 +0000 |
commit | eeb6cae445210990f6f7bb01526e75395605f3da (patch) | |
tree | 684c749ec1911300cb2ad2ba8d68114e65ccf65a /LedgerSMB | |
parent | 85cfc31310f0887103d3f139e3ff05ea8ca6e7e8 (diff) |
Adjust docs to mention disabling of audit trail deletion
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1464 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB')
-rw-r--r-- | LedgerSMB/AM.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/LedgerSMB/AM.pm b/LedgerSMB/AM.pm index 0bf065ed..79207304 100644 --- a/LedgerSMB/AM.pm +++ b/LedgerSMB/AM.pm @@ -2159,8 +2159,8 @@ sub closedto { Updates the revtrans, closedto, and audittrail entries in the defaults table using their corresponding $form values. If $form->{removeaudittrail} is set, -remove all audittrail entries with a transdate prior to the date given by -$form->{removeaudittrail}. +this used to remove all audittrail entries with a transdate prior to the date +given by $form->{removeaudittrail}, but has been disabled. $myconfig is unused. @@ -2382,6 +2382,6 @@ sub get_all_defaults { $dbh->commit; } -=back - 1; + +=back |