Bullshit von meinem commit 81ce5300bddff980 rausgeworfen
authorJan Büren <jan@kivitendo-premium.de>
Thu, 12 Jul 2018 15:43:06 +0000 (17:43 +0200)
committerJan Büren <jan@kivitendo-premium.de>
Mon, 16 Jul 2018 10:41:58 +0000 (12:41 +0200)
Nein, Jan. Eben nicht so implementieren, sondern klarer
und hoffentlich wartungsärmer.

SL/Controller/BankTransaction.pm
templates/webpages/bank_transactions/_template_list.html

index 60879a1..0420b8b 100644 (file)
@@ -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',
index 5c88b4e..245f062 100644 (file)
@@ -42,7 +42,7 @@
   <tbody>
    [% FOREACH template = TEMPLATES_GL %]
     <tr class="listrow">
-     <td>[% P.link_tag(SELF.load_gl_record_template_url(template, BT_ID), template.template_name) %]</td>
+     <td>[% P.link_tag(SELF.load_gl_record_template_url(template), template.template_name) %]</td>
      <td>[% HTML.escape(template.reference) %]</td>
      <td>[% HTML.escape(template.employee.name || template.employee.login) %]</td>
      <td>[% HTML.escape(template.itime_as_date) %]</td>