diff options
Diffstat (limited to 'LedgerSMB')
-rw-r--r-- | LedgerSMB/GL.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LedgerSMB/GL.pm b/LedgerSMB/GL.pm index a5c39dbb..8abf8704 100644 --- a/LedgerSMB/GL.pm +++ b/LedgerSMB/GL.pm @@ -163,6 +163,7 @@ sub post_transaction { ( $null, $project_id ) = split /--/, $form->{"projectnumber_$i"}; $project_id ||= undef; + $form->{"cleared_$i"} ||= "0"; $query = qq| INSERT INTO acc_trans |