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/is.pl
582 582

  
583 583
  $form->{invtotal}    = $form->{invsubtotal};
584 584

  
585
  # note rows
586
  $form->{rows} = max 2,
587
    $form->numtextrows($form->{notes},    26, 8),
588
    $form->numtextrows($form->{intnotes}, 35, 8);
589

  
590

  
591 585
  # tax, total and subtotal calculations
592 586
  my ($tax, $subtotal);
593 587
  $form->{taxaccounts_array} = [ split(/ /, $form->{taxaccounts}) ];

Auch abrufbar als: Unified diff