From 7d0206654f3953635b0a6b8b54bf1e8159573602 Mon Sep 17 00:00:00 2001 From: marina Date: Tue, 25 Feb 2025 16:18:25 +0300 Subject: [PATCH] =?utf8?q?ERP-302=20=D0=A0=D0=B5=D0=B4=D0=B0=D0=BA=D1=82?= =?utf8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=20=D0=B1=D1=83?= =?utf8?q?=D0=BA=D0=B5=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/bouquet/_product_list.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/erp24/views/bouquet/_product_list.php b/erp24/views/bouquet/_product_list.php index b0c3c511..c5b5358d 100644 --- a/erp24/views/bouquet/_product_list.php +++ b/erp24/views/bouquet/_product_list.php @@ -42,9 +42,10 @@ ]) ?> -
- $model->id]), [ - 'class' => 'btn btn-success btn-edit w-100 mt-4' . - (($model && !empty($model->getBouquetCompositionProducts()) && $model->status == WriteOffsErp::STATUS_CREATED) ? '' : ' disabled') - ]) ?> -
+getBouquetCompositionProducts()) && $model->status == WriteOffsErp::STATUS_CREATED) { ?> +
+ $model->id]), [ + 'class' => 'btn btn-success btn-edit w-100 mt-4' + ]) ?> +
+ \ No newline at end of file -- 2.39.5