added send customer to IVT

This commit is contained in:
Frank Schubert
2021-10-07 22:31:12 +02:00
parent 63c00e64d2
commit 87d2f032c1
6 changed files with 241 additions and 1 deletions

View File

@@ -46,6 +46,10 @@ class Order extends mfBaseModel {
return $terminations;
}
public function createIvtCustomer($data) {
}
public function deletePositions() {
if(!is_array($this->getProperty("products")) || !count($this->getProperty("products"))) {
return true;