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