Auftrags-Controller: Auftragswahrscheinlichkeit anzeigen: Typo im as_date-Attr.
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 2 Dec 2020 17:33:33 +0000 (18:33 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 3 Dec 2020 14:24:55 +0000 (15:24 +0100)
templates/webpages/order/tabs/basic_data.html

index 975f04b..05a663c 100644 (file)
           </tr>
           <tr>
             <th width="70%" align="right" nowrap>[% 'Expected billing date' | $T8 %]</th>
-            <td>[%- L.date_tag('order.expected_billing_date_as_date', SELF.order.expected_billing_date_sa_date) %]</td>
+            <td>[%- L.date_tag('order.expected_billing_date_as_date', SELF.order.expected_billing_date_as_date) %]</td>
           </tr>
           [%- END %]