Revision b7b5192a
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
1769 | 1769 |
check_for_direct_delivery(); |
1770 | 1770 |
} |
1771 | 1771 |
|
1772 |
if ( $form->{type} eq 'sales_quotation' |
|
1773 |
|| $form->{type} eq 'request_quotation') { |
|
1774 |
OE->close_order(\%myconfig, \%$form); |
|
1775 |
} |
|
1776 |
|
|
1777 | 1772 |
if ($form->{type} =~ /^sales_/) { |
1778 | 1773 |
delete($form->{ordnumber}); |
1779 | 1774 |
} |
... | ... | |
1795 | 1790 |
check_oe_access(); |
1796 | 1791 |
$auth->assert('sales_order_edit'); |
1797 | 1792 |
|
1798 |
if ( $form->{type} eq 'sales_quotation' |
|
1799 |
|| $form->{type} eq 'request_quotation') { |
|
1800 |
OE->close_order(\%myconfig, $form); |
|
1801 |
} |
|
1802 |
|
|
1803 | 1793 |
if ($form->{type} eq "purchase_order") { |
1804 | 1794 |
delete($form->{ordnumber}); |
1805 | 1795 |
} |
Auch abrufbar als: Unified diff
Bei Wandlung von Angeboten/Preisanfragen in Aufträge erst beim Speichern der Aufträge das Angebot/die Preisanfrage schließen.