Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7ac8941d

Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt

  • ID 7ac8941d2b0610a403df0f4650e77df31176716c
  • Vorgänger 8bfb21c7
  • Nachfolger 3634aa28

Einheitliche Benennung der Margen-Formular-Variablen analog zu den Namen der Spalten in der Datenbank.

Unterschiede anzeigen:

SL/IS.pm
546 546
    my $basqty;
547 547

  
548 548
    $form->{"marge_percent_$i"} = $form->parse_amount($myconfig, $form->{"marge_percent_$i"}) * 1;
549
    $form->{"marge_absolut_$i"} = $form->parse_amount($myconfig, $form->{"marge_absolut_$i"}) * 1;
549
    $form->{"marge_total_$i"} = $form->parse_amount($myconfig, $form->{"marge_total_$i"}) * 1;
550 550
    $form->{"lastcost_$i"} = $form->{"lastcost_$i"} * 1;
551 551

  
552 552
    if ($form->{storno}) {
......
691 691
                 $form->{"serialnumber_$i"}, conv_i($pricegroup_id),
692 692
                 $form->{"ordnumber_$i"}, conv_date($form->{"transdate_$i"}),
693 693
                 $form->{"cusordnumber_$i"}, $baseqty, $form->{"subtotal_$i"} ? 't' : 'f',
694
                 $form->{"marge_percent_$i"}, $form->{"marge_absolut_$i"},
694
                 $form->{"marge_percent_$i"}, $form->{"marge_total_$i"},
695 695
                 $form->{"lastcost_$i"},
696 696
                 conv_i($form->{"price_factor_id_$i"}), conv_i($form->{"price_factor_id_$i"}),
697 697
                 conv_i($form->{"marge_price_factor_$i"}));

Auch abrufbar als: Unified diff