Commit old changes
This commit is contained in:
@@ -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] = {
|
||||
|
||||
Reference in New Issue
Block a user