X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/61e8db07e94535c4aabe8f10d312f3a8c58040c3..2d228125932b6461719788a8c939ab114ff0c657:/SL/Controller/BankTransaction.pm diff --git a/SL/Controller/BankTransaction.pm b/SL/Controller/BankTransaction.pm index 60879a1e4..0420b8b36 100644 --- a/SL/Controller/BankTransaction.pm +++ b/SL/Controller/BankTransaction.pm @@ -293,7 +293,6 @@ sub action_create_invoice { TEMPLATES_GL => $use_vendor_filter && @{ $templates_ap } ? undef : $templates_gl, TEMPLATES_AP => $templates_ap, vendor_name => $use_vendor_filter && @{ $templates_ap } ? $vendor_of_transaction->name : undef, - BT_ID => $::form->{bt_id}, ); } @@ -881,7 +880,7 @@ sub load_ap_record_template_url { } sub load_gl_record_template_url { - my ($self, $template, $bt_id) = @_; + my ($self, $template) = @_; return $self->url_for( controller => 'gl.pl',