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

View File

@@ -84,10 +84,11 @@ class ProducttechController extends mfBaseController {
if(!trim($attribute['name']) || !trim($attribute['displayname'])) {
continue;
}
$a = [];
$a['name'] = $attribute['name'];
$a['producttech_id'] = $new_id;
$a['type'] = $attribute['type'];
$a['displayname'] = htmlentities($attribute['displayname']);
$a['value'] = $attribute['value'];
$a['description'] = htmlentities($attribute['description']);