convert_to_invoice params an Invoice::new_from(%params)
DeliveryOrder.pm übergab etwaige Parameter beim Aufruf von new_from an Invoice->post(%params). Das macht für den Anwendungsfall chart_id in 42ea98b4 Sinn (Order.pm), allerdings benötigt die convert_to_invoice in DeliveryOrder.pm die new_from(attributes => {'custom_attr' => value }) (s.a. 20118160).
convert_to_invoice params an Invoice::new_from(%params)
DeliveryOrder.pm übergab etwaige Parameter beim Aufruf von new_from
an Invoice->post(%params). Das macht für den Anwendungsfall chart_id
in 42ea98b4 Sinn (Order.pm), allerdings benötigt die convert_to_invoice in
DeliveryOrder.pm die new_from(attributes => {'custom_attr' => value })
(s.a. 20118160).