Revision cb4ccd7e
Von Sven Schöling vor etwa 19 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
140 | 140 |
# if multiple rowcounts (== collective order) then check if the |
141 | 141 |
# there were more than one customer (in that case OE::retrieve removes |
142 | 142 |
# the content from the field) |
143 |
if ($form->{rowcount} && $form->{type} eq 'sales_order' && $form->{customer} eq '') { |
|
143 |
if ($form->{rowcount} && $form->{type} eq 'sales_order' && defined $form->{customer} && $form->{customer} eq '') {
|
|
144 | 144 |
# $main::lxdebug->message(0, "Detected Edit order with concurrent customers"); |
145 | 145 |
$form->error($locale->text('Collective Orders only work for orders from one customer!')); |
146 | 146 |
} |
Auch abrufbar als: Unified diff
Fix fuer Bug 224 (Rechnung -> Auftrag)
Bugfix Verkauf -> Berichte -> Angebote -> Workflow Angebot -> Auftrag (fuer mehr als ein item)
Bugfix Verkauf -> Berichte -> Angebote -> Workflow Angebot -> Auftrag" (fuer genau ein item)