Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 000aec50

Von Tamino Steinert vor 22 Tagen hinzugefügt

  • ID 000aec50c619e5c9420750e761f55c3136662da4
  • Vorgänger b4baa620
  • Nachfolger 2d4412f1

FIX: 'Steuer im Preis inbegriffen' in Masken speichern

Fehlte im Lieferschein Masken (kivitendo + Design40)
Falsche Logik im Design40 für Auftrag und Reklamation

Unterschiede anzeigen:

templates/design40_webpages/delivery_order/tabs/basic_data.html
316 316
</div><!-- /#row_table_scroll_id /.wrapper -->
317 317

  
318 318
[% L.hidden_tag('order.taxzone_id', SELF.order.taxzone_id) %]
319
[% L.hidden_tag('order.taxincluded', SELF.order.taxincluded) %]
319 320

  
320 321
</div><!-- /#ui-tabs-basic-data -->
321 322

  
templates/design40_webpages/order/tabs/basic_data.html
169 169
                            class = 'wi-mediumsmall-lightwide') %]
170 170
        </td>
171 171
      </tr>
172
      <tr id="taxincluded_row_id">
173
        <th>[% IF !SELF.taxes.size %]<label for="order.taxincluded">[% 'Tax Included' | $T8 %]</label> [% END %]</th>
174
        <td>[% IF !SELF.taxes.size %][% L.yes_no_tag('order.taxincluded', SELF.order.taxincluded, class='recalc') %][% END %]</td>
172
      <tr id="taxincluded_row_id" [% IF !SELF.taxes.size %]class="hidden"[% END %]>
173
        <th><label for="order.taxincluded">[% 'Tax Included' | $T8 %]</label></th>
174
        <td>[% L.yes_no_tag('order.taxincluded', SELF.order.taxincluded, class='recalc') %]</td>
175 175
      </tr>
176 176
      [% IF SELF.type == "sales_order" %]
177 177
        <tr>
templates/design40_webpages/reclamation/tabs/basic_data.html
182 182
        </td>
183 183
      </tr>
184 184

  
185
      <tr id="taxincluded_row_id" >
186
        <th>[%- IF !SELF.taxes.size %]<label for="reclamation.taxincluded">[% 'Tax Included' | $T8 %]</label>[%- END %]</th>
187
        <td>[%- IF !SELF.taxes.size %][% L.yes_no_tag('reclamation.taxincluded', SELF.reclamation.taxincluded, class='recalc') %][%- END %]
188
        </td>
185
      <tr id="taxincluded_row_id" [%- IF !SELF.taxes.size %]class="hidden"[% END %]>
186
        <th><label for="reclamation.taxincluded">[% 'Tax Included' | $T8 %]</label></th>
187
        <td>[% L.yes_no_tag('reclamation.taxincluded', SELF.reclamation.taxincluded, class='recalc') %]</td>
189 188
      </tr>
190 189

  
191 190
    </tbody>
templates/webpages/delivery_order/tabs/basic_data.html
292 292
  </table>
293 293

  
294 294
  [% L.hidden_tag('order.taxzone_id', SELF.order.taxzone_id) %]
295
  [% L.hidden_tag('order.taxincluded', SELF.order.taxincluded) %]
295 296

  
296 297
</div>
297 298

  

Auch abrufbar als: Unified diff