From eeb6cae445210990f6f7bb01526e75395605f3da Mon Sep 17 00:00:00 2001 From: tetragon Date: Fri, 24 Aug 2007 17:42:32 +0000 Subject: 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 --- LedgerSMB/AM.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'LedgerSMB') 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 -- cgit v1.2.3