Order: highlighting Vororttermin if order has VOT product

This commit is contained in:
Frank Schubert
2022-11-16 15:08:58 +01:00
parent 08b29a4e13
commit 9265161644
3 changed files with 46 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ class Product extends mfBaseModel {
public function loadAttributes() {
if(!$this->producttech_id) {
return false;
return [];
}
$this->attributes = [];