Revision 3f69a41a
Von Bernd Bleßmann vor 10 Monaten hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
);
|
||
|
||
# only show checkboxes if gotten here via sales_order form.
|
||
my $allow_multiple_orders = $form->{type} eq 'sales_order_intake' || $form->{type} eq 'sales_order';
|
||
my $allow_multiple_orders = $form->{type} eq 'sales_order';
|
||
if ($allow_multiple_orders) {
|
||
unshift @columns, "ids";
|
||
}
|
Auch abrufbar als: Unified diff
Auftragsbericht: Keine Checkboxen für Auftragseingänge anzeigen.
Für Auftragseingänge gibt es keine Aktionen.