From be4dfb37771dcc93d23f603ced8753db2a5c21bf Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Fri, 14 Feb 2025 13:51:06 +0300 Subject: [PATCH] [ERP-323] region_id in prices and prices_dynamic 2 --- erp24/records/Prices.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/records/Prices.php b/erp24/records/Prices.php index 8ceaab4e..adce7702 100644 --- a/erp24/records/Prices.php +++ b/erp24/records/Prices.php @@ -35,7 +35,7 @@ class Prices extends \yii\db\ActiveRecord [['product_id', 'price'], 'required'], [['price', 'region_id'], 'number'], [['product_id'], 'string', 'max' => 36], - [['product_id'], 'unique'], + //[['product_id'], 'unique'], ]; } -- 2.39.5