Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9db40ab0

Von Bernd Bleßmann vor fast 5 Jahren hinzugefügt

  • ID 9db40ab09e6cd8266db1817ccd16887480b757f6
  • Vorgänger 3ccf5a8a
  • Nachfolger 7749e0e6

OrderController: Kosmetik

Unterschiede anzeigen:

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