Revision 54b65b2f
Von Stephan Köhler vor fast 19 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
538 | 538 |
$form->format_amount(\%myconfig, $form->{"amount_$i"}, 2); |
539 | 539 |
$form->{"tax_$i"} = $form->format_amount(\%myconfig, $form->{"tax_$i"}, 2); |
540 | 540 |
$selectAP_amount = $selectAP_amount_unquoted; |
541 |
$re_amount = quotemeta($form->{"AP_amount_$i"}); |
|
541 | 542 |
$selectAP_amount =~ |
542 |
s/option value=\"$form->{"AP_amount_$i"}\"/option value=\"$form->{"AP_amount_$i"}\" selected/;
|
|
543 |
s/option value=\"${re_amount}\"/option value=\"${re_amount}\" selected/;
|
|
543 | 544 |
$tax = $taxchart; |
544 | 545 |
$tax_selected = $form->{"taxchart_$i"}; |
545 | 546 |
$tax =~ s/value=\"$tax_selected\"/value=\"$tax_selected\" selected/; |
Auch abrufbar als: Unified diff
Bugfix 300 falsches Quoten in Kreditorenbuchungen - Dank an Moritz