Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 23f8f26e

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID 23f8f26e01b7b8423d69b0485ce0fb4af758307d
  • Vorgänger c94d90ed
  • Nachfolger 4d40d0a6

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