]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
[ERP-155] жирное название
authorAlexander Smirnov <fredeom@mail.ru>
Fri, 4 Oct 2024 12:07:58 +0000 (15:07 +0300)
committerAlexander Smirnov <fredeom@mail.ru>
Fri, 4 Oct 2024 12:07:58 +0000 (15:07 +0300)
erp24/views/marketplace/priority.php

index 31a9c4a2049ac9b678cc5f3853cada542aec8bf0..9e42ae5a5b42f1aff0f37cdb5e50331959e22440 100644 (file)
@@ -27,7 +27,7 @@ $this->registerJsFile('/js/marketplace/priority.js', ['position' => \yii\web\Vie
             <?php foreach($products as $guid => $name): ?>
                 <tr>
                     <td><?= $guid ?></td>
-                    <td><?= $name ?></td>
+                    <td><b><?= $name ?></b></td>
                     <?php
                     $reminderKoef = $marketplacePriorityMap[$guid]->reminder_koef ?? 2;
                     $minimalQuantity = $marketplacePriorityMap[$guid]->minimal_quantity ?? 2;