Revision 8fadc373
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
2438 | 2438 |
|
2439 | 2439 |
if ( $form->{type} eq 'sales_quotation' |
2440 | 2440 |
|| $form->{type} eq 'request_quotation') { |
2441 |
$form->{closed} = 1; |
|
2442 |
relink_accounts(); |
|
2443 |
OE->save(\%myconfig, \%$form); |
|
2441 |
OE->close_order(\%myconfig, \%$form); |
|
2444 | 2442 |
} |
2445 | 2443 |
|
2446 | 2444 |
$form->{cp_id} *= 1; |
Auch abrufbar als: Unified diff
OE->save() parst verschiedene Zahlen. Das ist beim Umwandeln in anderen Formulartypen sehr ungünstig.