Fixed MandatID export to IVT
This commit is contained in:
@@ -15,6 +15,7 @@ class IvtCustomerController extends mfBaseController {
|
|||||||
$contact = $order->owner;
|
$contact = $order->owner;
|
||||||
} else {
|
} else {
|
||||||
$contact->customer_number = $order->owner->customer_number;
|
$contact->customer_number = $order->owner->customer_number;
|
||||||
|
$contact->spin = $order->owner->spin;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!$contact->customer_number) {
|
if(!$contact->customer_number) {
|
||||||
|
|||||||
Reference in New Issue
Block a user