summaryrefslogtreecommitdiff
path: root/LedgerSMB/Form.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB/Form.pm')
-rwxr-xr-xLedgerSMB/Form.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm
index 299efb9d..ae49ae0c 100755
--- a/LedgerSMB/Form.pm
+++ b/LedgerSMB/Form.pm
@@ -3071,7 +3071,7 @@ sub audittrail {
trans_id, tablename, reference,
formname, action, employee_id,
transdate)
- VALUES (?, ?, ?, ?, ?, ?)|;
+ VALUES (?, ?, ?, ?, ?, ?, ?)|;
@queryargs = (
$audittrail->{id},
$audittrail->{tablename},
@@ -3086,7 +3086,7 @@ sub audittrail {
INSERT INTO audittrail
(trans_id, tablename, reference,
formname, action, employee_id)
- VALUES (?, ?, ?, ?, ?)|;
+ VALUES (?, ?, ?, ?, ?, ?)|;
@queryargs = (
$audittrail->{id},
$audittrail->{tablename},