Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cc6ef1b9

Von Jan Büren vor mehr als 9 Jahren hinzugefügt

  • ID cc6ef1b946d0d9f7333225d7ed0a6f1aeb60c374
  • Vorgänger 6b6a2ddf
  • Nachfolger 0b4b1f4c

Angebots-Position mit Auftragsposition verknüpft (orderitems -> orderitems) II

- mehrfach speichern (converted* wird nicht gelöscht)    i.O.

Unterschiede anzeigen:

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