From 1b7a7e4ea66002f293769394d5c99d6a76f609fa Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Wed, 17 Jan 2024 16:13:54 +0300 Subject: [PATCH] Form: add cbxPartialVAT on page --- apps/web/Components/Calculation/Form/Leasing/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/Components/Calculation/Form/Leasing/config.ts b/apps/web/Components/Calculation/Form/Leasing/config.ts index 23f0338..47e9c0a 100644 --- a/apps/web/Components/Calculation/Form/Leasing/config.ts +++ b/apps/web/Components/Calculation/Form/Leasing/config.ts @@ -4,7 +4,7 @@ export const id = 'leasing'; export const title = 'Лизинг'; export const rows: FormTabRows = [ - [['selectProduct'], { gridTemplateColumns: '1fr' }], + [['selectProduct', 'cbxPartialVAT'], { gridTemplateColumns: '2fr 1fr' }], [['tbxLeaseObjectPrice', 'tbxVATInLeaseObjectPrice', 'tbxLeaseObjectPriceWthtVAT']], [['selectSupplierCurrency', 'tbxSupplierDiscountRub', 'tbxSupplierDiscountPerc']], [['tbxFirstPaymentPerc', 'tbxFirstPaymentRub']],