]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DO.pm
Beim Umwandeln von Angeboten/Preisanfragen in Aufträge die IDs in record_links speich...
[mfinanz.git] / SL / DO.pm
index eea23724f6f08a3f18778bda63528a4bd5b54f58..3f623ec6d63b60a734dd39335f52031946bb3cde 100644 (file)
--- a/SL/DO.pm
+++ b/SL/DO.pm
@@ -345,7 +345,7 @@ sub save {
 
   # Link this delivery order to the quotations it was created from.
   RecordLinks->create_links('dbh'        => $dbh,
-                            'mode'       => 'string',
+                            'mode'       => 'ids',
                             'from_table' => 'oe',
                             'from_ids'   => $form->{convert_from_oe_ids},
                             'to_table'   => 'delivery_orders',