Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 85743ebe

Von Moritz Bunkus vor fast 5 Jahren hinzugefügt

  • ID 85743ebe243343d54454245d295aa436945b598d
  • Vorgänger 70220684
  • Nachfolger 5a14cd3d

Einkauf/Verkauf: Bemerkungsfelder gleich groß anzeigen

Unterschiede anzeigen:

bin/mozilla/oe.pl
680 680

  
681 681
  $form->{invtotal} = $form->{invsubtotal};
682 682

  
683
  my $introws = max 5, $form->numtextrows($form->{intnotes}, 35, 8);
684

  
685 683
  my $TMPL_VAR = $::request->cache('tmpl_var', {});
686 684

  
687
  $TMPL_VAR->{notes}    = qq|<textarea name="notes" class="texteditor" wrap="soft" style="width: 350px; height: 150px">| . H($form->{notes}) . qq|</textarea>|;
688
  $TMPL_VAR->{intnotes} = qq|<textarea name=intnotes rows="$introws" cols="35">| . H($form->{intnotes}) . qq|</textarea>|;
689

  
690 685
  if( $form->{customer_id} && !$form->{taxincluded_changed_by_user} ) {
691 686
    my $customer = SL::DB::Customer->new(id => $form->{customer_id})->load();
692 687
    $form->{taxincluded} = defined($customer->taxincluded_checked) ? $customer->taxincluded_checked : $myconfig{taxincluded_checked};

Auch abrufbar als: Unified diff