]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Добавлено - guid и артикул в заголовке редактирования
authorfomichev <vladimir.fomichev@erp-flowers.ru>
Wed, 20 Nov 2024 09:17:03 +0000 (12:17 +0300)
committerfomichev <vladimir.fomichev@erp-flowers.ru>
Wed, 20 Nov 2024 09:17:03 +0000 (12:17 +0300)
erp24/views/crud/product1c-replacement/update.php

index 50332337432bc6982d874c8cf3090278eba6e317..e5015049eae0406d40bead87fc73236d9e090942 100644 (file)
@@ -12,7 +12,7 @@ $this->params['breadcrumbs'][] = 'Update';
 ?>
 <div class="product1-creplacement-update p-4">
     <?= Html::a('Отмена', ['index'], ['class' => 'btn btn-danger mb-4']) ?>
-    <h1><?= Html::encode($this->title) ?> <br> <?= $model->product->name ?></h1>
+    <h1><?= Html::encode($this->title) ?> <br> <?= $model->product->name ?> (<?= $model->product->id ?> , <?= $model->product->articule ?>) </h1>
 
     <?= $this->render('multy-form', [
         'model' => $model,