Revision cc6ef1b9
Von Jan Büren vor fast 10 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
578 | 578 |
name_prefix => 'ic_', |
579 | 579 |
name_postfix => "_$i", |
580 | 580 |
dbh => $dbh); |
581 |
# link quotation items with order items |
|
581 |
# link quotation items with order items and delete entry (just one link)
|
|
582 | 582 |
if ($form->{"converted_from_quotation_orderitems_id_$i"}) { |
583 | 583 |
RecordLinks->create_links('dbh' => $dbh, |
584 | 584 |
'mode' => 'ids', |
... | ... | |
587 | 587 |
'to_table' => 'orderitems', |
588 | 588 |
'to_id' => $orderitems_id, |
589 | 589 |
); |
590 |
delete $form->{"converted_from_quotation_orderitems_id_$i"}; |
|
590 | 591 |
} |
591 | 592 |
} |
592 | 593 |
} |
Auch abrufbar als: Unified diff
Angebots-Position mit Auftragsposition verknüpft (orderitems -> orderitems) II