]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
ERP-259 Доработка второго шага передачи смен
authormarina <m.zozirova@gmail.com>
Tue, 17 Dec 2024 12:51:52 +0000 (15:51 +0300)
committermarina <m.zozirova@gmail.com>
Tue, 17 Dec 2024 12:51:52 +0000 (15:51 +0300)
erp24/records/WaybillIncomingProducts.php
erp24/records/WaybillWriteOffsProducts.php

index 67566bce867955790286e619225cb442f959a9cf..6f7079c68ffe889a034df583b54d06b60115d7f0 100644 (file)
@@ -86,6 +86,8 @@ class WaybillIncomingProducts extends \yii\db\ActiveRecord
                     if ($count == 0) {
                         continue;
                     }
+                } else {
+                    continue;
                 }
             } else {
                 $count = $itemCount;
index 2bdd490995dfa1c08b816af246c301e666ca6c9b..8837719b892beef02b0c583d3b556e52c11aff94 100644 (file)
@@ -87,6 +87,8 @@ class WaybillWriteOffsProducts extends \yii\db\ActiveRecord
                     if ($count == 0) {
                         continue;
                     }
+                } else {
+                    continue;
                 }
             } else {
                 $count = $itemCount;