From: marina Date: Thu, 19 Dec 2024 10:38:58 +0000 (+0300) Subject: ERP-256 Сделать отправку документов Пересортица в 1с X-Git-Tag: 1.7~128^2~1 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=25544af4560ef999085e69860c1327b793de0c16;p=erp24_rep%2Fyii-erp24%2F.git ERP-256 Сделать отправку документов Пересортица в 1с --- diff --git a/erp24/records/ReplacementInvoice.php b/erp24/records/ReplacementInvoice.php index 14b19d23..4a91ef8c 100644 --- a/erp24/records/ReplacementInvoice.php +++ b/erp24/records/ReplacementInvoice.php @@ -69,7 +69,7 @@ class ReplacementInvoice extends \yii\db\ActiveRecord [['status', 'created_admin_id', 'updated_admin_id', 'confirm_admin_id', 'store_id'], 'default', 'value' => null], [['status', 'created_admin_id', 'updated_admin_id', 'confirm_admin_id', 'store_id','shift_transfer_id'], 'integer'], [['date', 'created_at', 'updated_at', 'send_at'], 'safe'], - [['comment', 'text'], 'string'], + [['comment', 'number_1c'], 'string'], [['summ', 'summ_self_cost', 'quantity'], 'number'], [['guid', 'store_guid', 'number', 'number_1c'], 'string', 'max' => 100], [['guid'], 'unique'],