Changed format for ticket system Cancel Notifcation
This commit is contained in:
@@ -214,12 +214,13 @@ class ContractController extends mfBaseController
|
||||
continue;
|
||||
}
|
||||
|
||||
$linked_contracts[] = $link_contract;
|
||||
|
||||
$link_contract->cancel_date = $cancel_date->getTimestamp();
|
||||
if(!$link_contract->save()) {
|
||||
$this->layout()->setFlash("Fehler beim Speichern von verlinktem Vertrag", "warning");
|
||||
}
|
||||
|
||||
if($link_contract->owner_id != $contract->owner_id) continue;
|
||||
$linked_contracts[] = $link_contract;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user