]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
[ERP-216] фикс
authorAlexander Smirnov <fredeom@mail.ru>
Tue, 8 Oct 2024 13:43:53 +0000 (16:43 +0300)
committerAlexander Smirnov <fredeom@mail.ru>
Tue, 8 Oct 2024 13:43:53 +0000 (16:43 +0300)
erp24/views/bonus/add-bonus-to-list-of-phones.php

index 8073e6a05c8a1437034d1e287dff1aa34b186885..49f038ab803393c239adc42905b8c9d540855bd9 100644 (file)
@@ -54,7 +54,7 @@ use yii\widgets\ActiveForm;
 
     <div class="row m-2">
         <div class="col-3">
-            Продолжительность действия бонуса: <?= Html::textInput('duration', 366, ['type' => 'number']) ?>
+            Продолжительность действия бонуса (в днях): <?= Html::textInput('duration', 366, ['type' => 'number']) ?>
         </div>
     </div>