Revision 7933b6bd
Von Udo Spallek vor etwa 19 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
210 | 210 |
$form->{"sellprice_$i"} = |
211 | 211 |
$form->format_amount(\%myconfig, $form->{"sellprice_$i"}, |
212 | 212 |
$decimalplaces); |
213 |
$form->{"qty_$i"} = $form->format_amount(\%myconfig, $form->{"qty_$i"}); |
|
213 |
|
|
214 |
(my $dec_qty) = ($form->{"qty_$i"} =~ /\.(\d+)/); |
|
215 |
$dec_qty = length $dec_qty; |
|
216 |
|
|
217 |
$form->{"qty_$i"} = $form->format_amount(\%myconfig, $form->{"qty_$i"}, |
|
218 |
$dec_qty); |
|
214 | 219 |
|
215 | 220 |
map { $form->{"${_}_$i"} =~ s/\"/"/g } |
216 | 221 |
qw(partnumber description unit partnotes); |
Auch abrufbar als: Unified diff
Bugfix: svn 639 - Auch die entsprechenden Buchungen sind falsch gewesen.
Angepasst für Verkauf: Rechnungen, Aufträge, Angebote und
Einkauf: Einkaufsrechnung, Lieferantenauftrag, Preisanfrage.