diff options
Diffstat (limited to 'LedgerSMB/HR.pm')
-rwxr-xr-x | LedgerSMB/HR.pm | 2 |
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; + } |