Setting preorder status triggers status update on hausnummer and
wohneinhiet
This commit is contained in:
@@ -12,7 +12,7 @@ class Admin_IvtAdminImport {
|
||||
$data = [];
|
||||
$data['ignore'] = 0;
|
||||
$data["contracts"] = [];
|
||||
foreach(IvtCustomerProductModel::search(["pid" => 784]) as $ivt_contract) {
|
||||
foreach(IvtCustomerProductModel::getAll() as $ivt_contract) {
|
||||
$ivt_customer = $ivt_contract->customer;
|
||||
$ivt_product = $ivt_contract->product;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user