Revision a39cd434
Von Jan Büren vor mehr als 3 Jahren hinzugefügt
- ID a39cd434ec50a625a284070204b86eb3c89c8a40
- Vorgänger a85402c2
SL/Controller/Order.pm | ||
---|---|---|
777 | 777 |
sub action_add_item { |
778 | 778 |
my ($self) = @_; |
779 | 779 |
|
780 |
delete $::form->{add_item}{create_part_type}; |
|
781 |
|
|
780 | 782 |
my $form_attr = $::form->{add_item}; |
781 | 783 |
|
782 | 784 |
return unless $form_attr->{parts_id}; |
Auch abrufbar als: Unified diff
C::Order.pm part_type ist kein OrderItem attribut