Kundenstammdatenmaske: Checkbox "Steuer im Preis inbegriffen vorauswählen" verschoben
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 31 Jan 2013 13:08:02 +0000 (14:08 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 1 Feb 2013 12:40:40 +0000 (13:40 +0100)
templates/webpages/ct/form_header.html

index 8cbd90d..76ed00b 100644 (file)
       <th align="right">[% 'Salesman' | $T8 %]</th>
       <td>[% L.select_tag('salesman_id', ALL_SALESMEN, default = salesman_id, with_empty = 1, title_key = 'safe_name') %]</td>
       [%- END %]
-     </tr>
 
-     <tr>
       <td>[% 'taxincluded checked' | $T8 %]</td>
       <td>[% L.select_tag('taxincluded_checked', [[undef, LxERP.t8('use user config')], ['1', LxERP.t8('Yes')], ['0', LxERP.t8('No')]], default = taxincluded_checked) %]</td>
      </tr>