diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-01-14 21:39:10 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-01-14 21:39:10 +0000 |
commit | d52f13497c463e4817f06a2fdbf6110b994a3c06 (patch) | |
tree | b0595c88d4b964b12f6f927c5d6c64acc708e59f /bin | |
parent | 253e6a352d1f6af5fb5357468ba0581ea44862a4 (diff) |
Fixing internal server error on journal entry update
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2047 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin')
-rw-r--r-- | bin/gl.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -951,7 +951,7 @@ qq|<option value="$_->{projectnumber}--$_->{id}">$_->{projectnumber}\n|; $form->{rowcount} = $count + 1; - display_form; + display_form(); } |