summaryrefslogtreecommitdiff
path: root/LedgerSMB/OE.pm
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-04-12 15:47:11 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-04-12 15:47:11 +0000
commit65458125b8f3814fd6ef4d07b55ab69f62f5a528 (patch)
treecef1f0edf60a315ad60169d8d7abf4ca253befff /LedgerSMB/OE.pm
parenta010013d6c7e9028221832a9a1531239099c0186 (diff)
Fixing partial commit bugs in OE.pm
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1067 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB/OE.pm')
-rwxr-xr-xLedgerSMB/OE.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/LedgerSMB/OE.pm b/LedgerSMB/OE.pm
index cb0526ef..1bbad888 100755
--- a/LedgerSMB/OE.pm
+++ b/LedgerSMB/OE.pm
@@ -925,7 +925,6 @@ sub retrieve {
$form->get_recurring;
@queries = $form->run_custom_queries('oe', 'SELECT');
- $form->{dbh}->commit;
} else {
# get last name used
@@ -1738,7 +1737,6 @@ sub get_warehouses {
}
$sth->finish;
- $dbh->commit;
}
@@ -2153,7 +2151,6 @@ sub transfer {
}
my $rc = $dbh->commit;
- $dbh->commit;
$rc;