Added Productattrib type salespartner

This commit is contained in:
Frank Schubert
2024-01-30 15:18:30 +01:00
parent 9b694ed1e9
commit 9feb1c5fdf
5 changed files with 58 additions and 3 deletions
+1
View File
@@ -34,6 +34,7 @@ class Product extends mfBaseModel {
$attrib->note = $pta->note;
}
$attrib->name = $pta->name;
$attrib->type = $pta->type;
$attrib->displayname = $pta->displayname;
$attrib->description = $pta->description;
$this->attributes[$attrib->name] = $attrib;