diff options
Diffstat (limited to 'LedgerSMB/GL.pm')
-rw-r--r-- | LedgerSMB/GL.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/LedgerSMB/GL.pm b/LedgerSMB/GL.pm index 7e4f8cc8..1c5cd97c 100644 --- a/LedgerSMB/GL.pm +++ b/LedgerSMB/GL.pm @@ -67,7 +67,6 @@ sub post_transaction { my ( $self, $myconfig, $form ) = @_; $form->{reference} = $form->update_defaults( $myconfig, 'glnumber', $dbh ) unless $form->{reference}; - my $null; my $project_id; my $department_id; |