Fixed MandatID export to IVT

This commit is contained in:
Frank Schubert
2022-05-03 13:32:44 +02:00
parent 7c12599ecf
commit fc17d1069a

View File

@@ -15,6 +15,7 @@ class IvtCustomerController extends mfBaseController {
$contact = $order->owner;
} else {
$contact->customer_number = $order->owner->customer_number;
$contact->spin = $order->owner->spin;
}
if(!$contact->customer_number) {