aggiornato prodotti e scontistica
This commit is contained in:
@@ -420,6 +420,8 @@ export const colTablecategories = [
|
||||
export const colTableCatProd = [
|
||||
AddCol({ name: 'name', label_trans: 'categories.name' }),
|
||||
AddCol({ name: 'img', label_trans: 'categories.img' }),
|
||||
AddCol({ name: 'icon', label_trans: 'categories.icon' }),
|
||||
AddCol({ name: 'color', label_trans: 'categories.color' }),
|
||||
AddCol(DeleteRec),
|
||||
AddCol(DuplicateRec),
|
||||
]
|
||||
@@ -2597,6 +2599,13 @@ export const colTableUsers = [
|
||||
label_trans: 'reg.manage_telegram',
|
||||
fieldtype: costanti.FieldType.boolean,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'profile.admin_telegram',
|
||||
field: 'profile',
|
||||
subfield: 'admin_telegram',
|
||||
label_trans: 'reg.admin_telegram',
|
||||
fieldtype: costanti.FieldType.boolean,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'profile.myshares',
|
||||
field: 'profile',
|
||||
@@ -2706,6 +2715,13 @@ export const colTableUsersCNM = [
|
||||
label_trans: 'reg.manage_telegram',
|
||||
fieldtype: costanti.FieldType.boolean,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'profile.admin_telegram',
|
||||
field: 'profile',
|
||||
subfield: 'admin_telegram',
|
||||
label_trans: 'reg.admin_telegram',
|
||||
fieldtype: costanti.FieldType.boolean,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'profile.socio',
|
||||
field: 'profile',
|
||||
@@ -2946,6 +2962,13 @@ export const colTableUsersISP = [
|
||||
label_trans: 'reg.manage_telegram',
|
||||
fieldtype: costanti.FieldType.boolean,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'profile.admin_telegram',
|
||||
field: 'profile',
|
||||
subfield: 'admin_telegram',
|
||||
label_trans: 'reg.admin_telegram',
|
||||
fieldtype: costanti.FieldType.boolean,
|
||||
}),
|
||||
AddCol({
|
||||
name: 'profile.username_telegram',
|
||||
field: 'profile',
|
||||
|
||||
Reference in New Issue
Block a user