apps/web: hide cbxFloatingRate from product-addon
add cbxPartialVAT & cbxFloatingRate to unlimited
This commit is contained in:
parent
1aaa84e31d
commit
4c3d305e7f
@ -9,5 +9,5 @@ export const rows: FormTabRows = [
|
||||
[['tbxMinPriceChange', 'tbxMaxPriceChange']],
|
||||
[['tbxImporterRewardPerc', 'tbxImporterRewardRub']],
|
||||
[['tbxBonusCoefficient', 'tbxComissionRub', 'tbxComissionPerc']],
|
||||
[['cbxSupplierFinancing']],
|
||||
[['cbxSupplierFinancing', 'cbxPartialVAT', 'cbxFloatingRate']],
|
||||
];
|
||||
|
||||
@ -19,7 +19,10 @@ const TagWrapper = styled.div<{ disabled: boolean }>`
|
||||
}
|
||||
`;
|
||||
|
||||
const tagsData = pick(titles, ['cbxPartialVAT', 'cbxFloatingRate']);
|
||||
const tagsData = pick(titles, [
|
||||
'cbxPartialVAT',
|
||||
// , 'cbxFloatingRate'
|
||||
]);
|
||||
|
||||
const { CheckableTag } = Tag;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user