From 0d8aad3c75aad3ecf9c4aa768f9088b342445891 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Fri, 12 Apr 2024 11:38:16 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=20=D0=BF=D0=BE=D0=BB=D0=B5=20leaseObject?= =?UTF-8?q?UseFor=20=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82=D1=8C=20?= =?UTF-8?q?=D0=B7=D0=BD=D0=B0=D1=87=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B2=20?= =?UTF-8?q?=D1=81=D0=BF=D0=B8=D1=81=D0=BE=D0=BA=20"=D0=9F=D0=B5=D1=80?= =?UTF-8?q?=D0=B5=D0=B2=D0=BE=D0=B7=D0=BA=D0=B0=20=D0=BE=D0=BF=D0=B0=D1=81?= =?UTF-8?q?=D0=BD=D1=8B=D1=85=20=D0=B8=20=D0=BB=D0=B5=D0=B3=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2=D0=BE=D1=81=D0=BF=D0=BB=D0=B0=D0=BC=D0=B5=D0=BD=D1=8F?= =?UTF-8?q?=D1=8E=D1=89=D0=B8=D1=85=D1=81=D1=8F=20=D0=B3=D1=80=D1=83=D0=B7?= =?UTF-8?q?=D0=BE=D0=B2"=20(100000020)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/config/default-options.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/web/config/default-options.ts b/apps/web/config/default-options.ts index 1528d78..f7da075 100644 --- a/apps/web/config/default-options.ts +++ b/apps/web/config/default-options.ts @@ -183,6 +183,10 @@ export const selectLeaseObjectUseFor = alphabetical( label: 'Строительство', value: 100_000_019, }, + { + label: 'Перевозка опасных и легковоспламеняющихся грузов', + value: 100_000_020, + }, ], (objectUseFor) => objectUseFor.label.toLowerCase(), 'asc'