summaryrefslogtreecommitdiff
path: root/LedgerSMB/AM.pm
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-08-24 17:42:32 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-08-24 17:42:32 +0000
commiteeb6cae445210990f6f7bb01526e75395605f3da (patch)
tree684c749ec1911300cb2ad2ba8d68114e65ccf65a /LedgerSMB/AM.pm
parent85cfc31310f0887103d3f139e3ff05ea8ca6e7e8 (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/AM.pm')
-rw-r--r--LedgerSMB/AM.pm8
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