Revision 94e11003
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
SL/DO.pm | ||
---|---|---|
345 | 345 |
|
346 | 346 |
# Link this delivery order to the quotations it was created from. |
347 | 347 |
RecordLinks->create_links('dbh' => $dbh, |
348 |
'mode' => 'string',
|
|
348 |
'mode' => 'ids',
|
|
349 | 349 |
'from_table' => 'oe', |
350 | 350 |
'from_ids' => $form->{convert_from_oe_ids}, |
351 | 351 |
'to_table' => 'delivery_orders', |
Auch abrufbar als: Unified diff
Beim Umwandeln von Angeboten/Preisanfragen in Aufträge die IDs in record_links speichern. Beim Umwandeln von Aufträgen und Lieferscheinen in Rechnungen die IDs in record_links speichern.