Revision f2afcd7a
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
2241 | 2241 |
foreach my $converted_from_oe_id (@converted_from_oe_ids) { |
2242 | 2242 |
my $src = SL::DB::Order->new(id => $converted_from_oe_id)->load; |
2243 | 2243 |
$src->update_attributes(closed => 1) if $src->type =~ /_quotation$/; |
2244 |
$src->update_attributes(closed => 1) if $src->type eq purchase_quotation_intake_type() && $self->type eq purchase_order_type(); |
|
2244 | 2245 |
$src->link_to_record($self->order); |
2245 | 2246 |
} |
2246 | 2247 |
if (scalar @{ $::form->{converted_from_orderitems_ids} || [] }) { |
Auch abrufbar als: Unified diff
Angebots-Eingang: Schliessen, wenn Lieferantenauftrag hieraus erstellt wurde