summaryrefslogtreecommitdiff
path: root/LedgerSMB/HR.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB/HR.pm')
-rwxr-xr-xLedgerSMB/HR.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/LedgerSMB/HR.pm b/LedgerSMB/HR.pm
index 16c1dab6..1b9d0ad5 100755
--- a/LedgerSMB/HR.pm
+++ b/LedgerSMB/HR.pm
@@ -93,6 +93,8 @@ sub get_employee {
}
$sth->finish;
+ $dbh->commit;
+
}