Revision 9aa0d477
Von Sven Schöling vor mehr als 15 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
print_options => print_options(inline => 1),
|
||
label_edit => $locale->text("Edit the $form->{type}"),
|
||
label_workflow => $locale->text("Workflow $form->{type}"),
|
||
is_sales => scalar ($form->{type} =~ /^sales_/), # these vars are exported, so that the template
|
||
is_order => scalar ($form->{type} =~ /_order$/), # may determine what to show
|
||
is_sales_quo => scalar ($form->{type} =~ /sales_quotation$/),
|
||
is_req_quo => scalar ($form->{type} =~ /request_quotation$/),
|
||
is_sales_ord => scalar ($form->{type} =~ /sales_order$/),
|
||
is_pur_ord => scalar ($form->{type} =~ /purchase_order$/),
|
||
});
|
||
|
||
$main::lxdebug->leave_sub();
|
Auch abrufbar als: Unified diff
OE Templates: Workflowrelevante Flags fehlten