diff --git a/application/IvtCustomer/IvtCustomerController.php b/application/IvtCustomer/IvtCustomerController.php index e6d663ba7..040bc9c49 100644 --- a/application/IvtCustomer/IvtCustomerController.php +++ b/application/IvtCustomer/IvtCustomerController.php @@ -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) {