landing searchable false
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2021-11-24 10:02:52 +01:00
parent 8d33041970
commit 00072a7dd1
2 changed files with 6 additions and 4 deletions

View File

@ -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'

View File

@ -61,6 +61,10 @@ export default class Controller extends Section {
field: 'isIgnored',
searchable: false
},
{
field: 'landing',
searchable: false
}
]
};
}