Revision 9fb7773a
Von Bernd Bleßmann vor mehr als 7 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
1017 | 1017 |
$form->{l_open} = $form->{l_closed} = "Y" if ($form->{open} && $form->{closed}); |
1018 | 1018 |
$form->{l_delivered} = "Y" if ($form->{delivered} && $form->{notdelivered}); |
1019 | 1019 |
$form->{l_periodic_invoices} = "Y" if ($form->{periodic_invoices_active} && $form->{periodic_invoices_inactive}); |
1020 |
$form->{l_edit_exp} = "Y" if (any { $form->{type} eq $_ } qw(sales_order purchase_order)); |
|
1020 |
$form->{l_edit_exp} = "Y" if $::instance_conf->get_feature_experimental && (any { $form->{type} eq $_ } qw(sales_order purchase_order));
|
|
1021 | 1021 |
map { $form->{"l_${_}"} = 'Y' } qw(order_probability expected_billing_date expected_netamount) if $form->{l_order_probability_expected_billing_date}; |
1022 | 1022 |
|
1023 | 1023 |
my $attachment_basename; |
Auch abrufbar als: Unified diff
Auftrags-Controller: als experimentelles Feature abschaltbar.