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