diff options
-rwxr-xr-x | LedgerSMB/CT.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/CT.pm b/LedgerSMB/CT.pm index 62cc45ae..80e46132 100755 --- a/LedgerSMB/CT.pm +++ b/LedgerSMB/CT.pm @@ -1108,7 +1108,7 @@ sub pricelist { $sth->finish; - $dbh->connect; + $dbh->commit; } |