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/ir.pl
498 498
  $form->{invtotal}    = $form->{invsubtotal};
499 499
  $form->{oldinvtotal} = $form->{invtotal};
500 500

  
501
  # note rows
502
  $form->{rows} = max 2,
503
    $form->numtextrows($form->{notes},    26, 8),
504
    $form->numtextrows($form->{intnotes}, 35, 8);
505

  
506

  
507 501
  # tax, total and subtotal calculations
508 502
  my ($tax, $subtotal);
509 503
  $form->{taxaccounts_array} = [ split / /, $form->{taxaccounts} ];

Auch abrufbar als: Unified diff