Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7bff84cb

Von Thomas Heck vor etwa 12 Jahren hinzugefügt

  • ID 7bff84cbc6daa65a74b9f5c83415c98856eb30a1
  • Vorgänger dc7791df
  • Nachfolger 4fa7102b

Möglichkeit zum Setzen von "Steuer im Preis inbegriffen" als Default

fixt #1985

Unterschiede anzeigen:

bin/mozilla/oe.pl
475 475
  $TMPL_VAR{notes}    = qq|<textarea name=notes rows="$rows" cols="25">| . H($form->{notes}) . qq|</textarea>|;
476 476
  $TMPL_VAR{intnotes} = qq|<textarea name=intnotes rows="$introws" cols="35">| . H($form->{intnotes}) . qq|</textarea>|;
477 477

  
478
  IS->get_customer(\%myconfig, \%$form) if $form->{type} =~ /sales_(order|quotation)/;
479

  
480
  if ( $form->{vc} eq 'customer' && !$form->{taxincluded_changed_by_user} ) {
481
    if ( $form->{taxincluded_checked} eq 'y' ) {
482
      $form->{taxincluded} = 1;
483
    } elsif ( $form->{taxincluded_checked} eq 'n' ) {
484
      $form->{taxincluded} = 0;
485
    } else {
486
      $form->{taxincluded} = $myconfig{taxincluded_checked};
487
    }
488
  }
489

  
478 490
  if (!$form->{taxincluded}) {
479 491

  
480 492
    foreach my $item (split / /, $form->{taxaccounts}) {

Auch abrufbar als: Unified diff