landing searchable false
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
8d33041970
commit
00072a7dd1
|
@ -1,7 +1,5 @@
|
|||
UPDATE `salix`.`defaultViewConfig`
|
||||
SET `columns` = '{"intrastat":false,"description":false,"density":false,"isActive":false,
|
||||
"freightValue":false,"packageValue":false,"isIgnored":false,"price2":false,"minPrice":true,
|
||||
"ektFk":false,"weight":false,"id":true,"packing":true,"grouping":true,"quantity":true,
|
||||
"size":false,"name":true,"code":true,"origin":true,"family":true,"entryFk":true,"buyingValue":true,
|
||||
"comissionValue":false,"price3":true,"packageFk":true,"packingOut":true,"landing":false}'
|
||||
"freightValue":false,"packageValue":false,"isIgnored":false,"price2":false,"ektFk":false,"weight":false,
|
||||
"size":false,"comissionValue":false,"landing":false}'
|
||||
WHERE tableCode = 'latestBuys'
|
|
@ -61,6 +61,10 @@ export default class Controller extends Section {
|
|||
field: 'isIgnored',
|
||||
searchable: false
|
||||
},
|
||||
{
|
||||
field: 'landing',
|
||||
searchable: false
|
||||
}
|
||||
]
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue