Revision 9db40ab0
Von Bernd Bleßmann vor mehr als 5 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
1477 | 1477 |
|
1478 | 1478 |
sub workflow_sales_or_purchase_order { |
1479 | 1479 |
my ($self) = @_; |
1480 |
|
|
1480 | 1481 |
# always save |
1481 | 1482 |
my $errors = $self->save(); |
1482 | 1483 |
|
... | ... | |
1485 | 1486 |
return $self->js->render(); |
1486 | 1487 |
} |
1487 | 1488 |
|
1488 |
|
|
1489 | 1489 |
my $destination_type = $::form->{type} eq sales_quotation_type() ? sales_order_type() |
1490 | 1490 |
: $::form->{type} eq request_quotation_type() ? purchase_order_type() |
1491 | 1491 |
: $::form->{type} eq purchase_order_type() ? sales_order_type() |
Auch abrufbar als: Unified diff
OrderController: Kosmetik