Revision 446f22c9
Von Tamino Steinert vor fast 2 Jahren hinzugefügt
SL/Controller/DeliveryOrder.pm | ||
---|---|---|
1683 | 1683 |
my @converted_from_reclamation_ids = split ' ', $::form->{converted_from_reclamation_id}; |
1684 | 1684 |
foreach my $converted_from_reclamation_id (@converted_from_reclamation_ids) { |
1685 | 1685 |
my $src = SL::DB::Reclamation->new(id => $converted_from_reclamation_id)->load; |
1686 |
if(!$::instance_conf->get_shipped_qty_require_stock_out || $self->order->delivered) { |
|
1687 |
$src->update_attributes(delivered => 1); |
|
1688 |
} |
|
1686 | 1689 |
$src->link_to_record($self->order); |
1687 | 1690 |
} |
1688 | 1691 |
if (scalar @{ $::form->{converted_from_reclamation_items_ids} || [] }) { |
Auch abrufbar als: Unified diff
Reclamation: [FIX] stezte geliefert