]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Massenerstellen von Rechnungen aus LS: filter-Template: vergessenes <tr>
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 2 Dec 2019 15:15:35 +0000 (16:15 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Mon, 2 Dec 2019 15:16:39 +0000 (16:16 +0100)
templates/webpages/mass_invoice_create_print_from_do/_filter.html

index 481ce178af14633250463aa56d3ad824c0776f30..4508ba46057fb5646501f0788e595500153ba85f 100644 (file)
@@ -13,6 +13,7 @@
      <th align="right">[% LxERP.t8('Customer') %]</th>
      <td>[% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, size = 20) %]</td>
     </tr>
      <th align="right">[% LxERP.t8('Customer') %]</th>
      <td>[% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, size = 20) %]</td>
     </tr>
+    <tr>
      <th align="right">[% LxERP.t8('Delivery Order Date') %] [% LxERP.t8('From Date') %]</th>
      <td>[% L.date_tag('filter.transdate:date::ge', filter.transdate_date__ge) %]</td>
     </tr>
      <th align="right">[% LxERP.t8('Delivery Order Date') %] [% LxERP.t8('From Date') %]</th>
      <td>[% L.date_tag('filter.transdate:date::ge', filter.transdate_date__ge) %]</td>
     </tr>