Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 02aab73f

Von Thomas Kasulke vor fast 18 Jahren hinzugefügt

  • ID 02aab73f3ea8e0b8c87ecd5642b9366d7c0f1a50
  • Vorgänger 09a055b2
  • Nachfolger 92b2f11d

Nettobeträge bei taxincluded auf Druckvorschau angepasst (Bug 576)

Unterschiede anzeigen:

SL/IS.pm
382 382
      $form->{paid} += $form->parse_amount($myconfig, $form->{"paid_$i"});
383 383
    }
384 384
  }
385

  
386
  $form->{subtotal} = $form->format_amount($myconfig, $form->{total}, 2);
385
  if($form->{taxincluded}) {
386
    $form->{subtotal} = $form->format_amount($myconfig, $form->{total} - $tax, 2);
387
  }
388
  else {
389
    $form->{subtotal} = $form->format_amount($myconfig, $form->{total}, 2);
390
  }
387 391
  $yesdiscount = $form->{nodiscount_total} - $nodiscount;
388 392
  $form->{nodiscount_subtotal} = $form->format_amount($myconfig, $form->{nodiscount_total}, 2);
389 393
  $form->{discount_total} = $form->format_amount($myconfig, $form->{discount_total}, 2);

Auch abrufbar als: Unified diff