Auftrags-Controller: Kunden- bzw. Lieferanten-Art-Nr. in Pos-Zeile anzeigen.
[kivitendo-erp.git] / templates / webpages / am / config.html
index 06c58f1..b8cef83 100644 (file)
       <th align="right">[% 'Search parts by vendor partnumber (model) in purchase order forms' | $T8 %]</th>
       <td>
         [% L.yes_no_tag('purchase_search_makemodel', purchase_search_makemodel) %]
+        [%- 'This also enables displaying a column with the vendor partnumber (model) (new order controller).' | $T8 %]
       </td>
      </tr>
      <tr>
       <th align="right">[% 'Search parts by customer partnumber in sales order forms' | $T8 %]</th>
       <td>
         [% L.yes_no_tag('sales_search_customer_partnumber', sales_search_customer_partnumber) %]
+        [%- 'This also enables displaying a column with the customer partnumber (new order controller).' | $T8 %]
       </td>
      </tr>
      [%- END -%]