]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
typo
authorAlexander Smirnov <fredeom@mail.ru>
Thu, 5 Dec 2024 14:31:02 +0000 (17:31 +0300)
committerAlexander Smirnov <fredeom@mail.ru>
Thu, 5 Dec 2024 14:31:02 +0000 (17:31 +0300)
erp24/views/shift-transfer/update.php

index 58ac35d1f0f9387b3e7c729db7d79a65eaea8095..1cc954af51f3febee7d93462d2f0fc7c541740b7 100644 (file)
@@ -73,7 +73,7 @@ $this->registerCss('
             <?php $hints2 = [ProductsClass::HINT_OTHER_ITEMS => 'Номенклатура 1%'] ?>
             <?= $form->field($shiftTransfer, 'groups2')->checkboxList($hints2, ['checked' => 1, 'onclick' => '$("#acceptDiv").removeClass("d-none");']) ?>
         </div>
-        <details <?= !empty($shiftTransfer->groups2) ? 'open' : '' ?> >
+        <details <?= !empty($shiftTransfer->groups1) ? 'open' : '' ?> >
             <summary>Другие</summary>
             <div class="col-9">
                 <?php $hints1 = ProductsClass::getHints(); unset($hints1['other_items']); ?>