Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8d56833f

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID 8d56833fe9b93dcaf117b9ed0e2f01ee50aba4b2
  • Vorgänger 2b1587b4
  • Nachfolger 390c84e4

Model::Record: Order: Anpassen nach Rebase

Unterschiede anzeigen:

SL/Controller/Order.pm
# change form type
$::form->{type} = $destination_type;
$self->type($self->init_type);
$self->type_data($self->init_type_data);
$self->cv ($self->init_cv);
$self->check_auth;
......
warn_on_reqdate => $::instance_conf->get_order_warn_no_deliverydate },
],
checks => [ @req_trans_cost_art, @req_cusordnumber ],
only_if => (any { $self->type eq $_ } (purchase_order_type())),
only_if => (any { $self->type eq $_ } (PURCHASE_ORDER_TYPE())),
disabled => !$may_edit_create ? t8('You do not have the permissions to access this function.') : undef,
],
action => [

Auch abrufbar als: Unified diff