Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 65682418

Von Philip Reetz vor fast 18 Jahren hinzugefügt

  • ID 656824184939043cb4b8aa1edafef926f7ed1e8e
  • Vorgänger 85e36de2
  • Nachfolger 04f4f1cf

Taxchart-Formatierung angepasst

Unterschiede anzeigen:

bin/mozilla/gl.pl
177 177
        $form->{totalcredit} += $ref->{amount};
178 178
        $form->{"credit_$i"} = $ref->{amount};
179 179
      }
180
      $form->{"taxchart_$i"} = "0--";
180
      $form->{"taxchart_$i"} = "0--0.00";
181 181
      $i++;
182 182
    }
183 183
    if ($ref->{taxaccno} && !$tax) {
......
968 968
        : $form->{"debit_$i"};
969 969
      $j = $#a;
970 970
      if (($debitcredit && $credittax) || (!$debitcredit && $debittax)) {
971
        $form->{"taxchart_$i"} = "0--";
971
        $form->{"taxchart_$i"} = "0--0.00";
972 972
        $form->{"tax_$i"}      = 0;
973 973
      }
974 974
      if (!$form->{"korrektur_$i"}) {
......
1609 1609
        : $form->{"debit_$i"};
1610 1610
      $j = $#a;
1611 1611
      if (($debitcredit && $credittax) || (!$debitcredit && $debittax)) {
1612
        $form->{"taxchart_$i"} = "0--";
1612
        $form->{"taxchart_$i"} = "0--0.00";
1613 1613
        $form->{"tax_$i"}      = 0;
1614 1614
      }
1615 1615
      if (!$form->{"korrektur_$i"}) {

Auch abrufbar als: Unified diff