- fix RIS in pendenti, se troppi msg, non compariva piu
- cataloghi, ricerca pickup
This commit is contained in:
@@ -2098,6 +2098,7 @@ export const colTableOrdersCart = [
|
||||
export const colTableProducts = [
|
||||
AddCol({ name: 'active', label_trans: 'products.active', fieldtype: costanti.FieldType.boolean }),
|
||||
AddCol({ name: 'isbn', label_trans: 'products.isbn' }),
|
||||
AddCol({ name: 'name', label_trans: 'products.name' }),
|
||||
AddCol({
|
||||
name: 'idProductInfo',
|
||||
label_trans: 'products.productInfo',
|
||||
@@ -3703,6 +3704,7 @@ export const fieldsTable = {
|
||||
'countries',
|
||||
'phones',
|
||||
'cities',
|
||||
'products',
|
||||
],
|
||||
|
||||
tableWithUsername: [
|
||||
@@ -3767,7 +3769,7 @@ export const fieldsTable = {
|
||||
label: 'Prodotti',
|
||||
columns: colTableProducts,
|
||||
colkey: '_id',
|
||||
collabel: '_id',
|
||||
collabel: 'name',
|
||||
},
|
||||
{
|
||||
value: 'orderscarts',
|
||||
|
||||
Reference in New Issue
Block a user