Commit old changes

This commit is contained in:
2024-09-30 08:44:00 +00:00
parent 01c92080cd
commit 6a37a77895
20 changed files with 581 additions and 956 deletions

View File

@@ -18,8 +18,10 @@ columns[1] = {
};
columns[1]['content'][0] = {'name' : 'code', 'type': 'hidden', 'readonly' : true};
columns[1]['content'][1] = {'name' : 'id', 'type': 'hidden'};
columns[1]['content'][1] = {'name' : 'brand_label', 'type': 'hidden',};
columns[1]['content'][2] = {'name' : 'link', 'type': 'text', 'readonly' : true};
columns[1]['content'][2] = {'name' : 'brand_label', 'type': 'hidden',};
columns[1]['content'][3] = {'name' : 'link', 'type': 'text', 'readonly' : true};
columns[1]['content'][4] = {'name' : 'description', 'type': 'hidden',};
columns[1]['content'][5] = {'name' : 'production_date', 'type': 'hidden',};
//end: code
//begin: name
columns[2] = {