]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
[ERP-394] debug 2
authorAlexander Smirnov <fredeom@mail.ru>
Tue, 1 Apr 2025 09:58:53 +0000 (12:58 +0300)
committerAlexander Smirnov <fredeom@mail.ru>
Tue, 1 Apr 2025 09:58:53 +0000 (12:58 +0300)
erp24/views/orders/delivery.php

index 9bc6b3fbb5cd85aa1b82d0dd0495b9a56ceceeb1..d2172ee129a22646b9e300ec29132c561acecb89 100644 (file)
@@ -242,13 +242,13 @@ $this->registerCss('
                             <?php if (($store_arr[$orderAmo["store_id"]] ?? '' == "ул. Аэродромная 28 (к-р Москва)" ||
                                 $orderAmo["store"] == "ул. Аэродромная, 28" || $orderAmo["store"] == "") && $yeses[$ind] == 0 &&
                                 $orderAmo["payment_type_id"] != "Оплачен в магазине"): ?>
+                                <?php
+                                var_dump($create_check);
+                                var_dump($ords);
+                                var_dump($ind);
+                                var_dump($seller_id);
+                                ?>
                                 <?php if ($create_check > 0 && $ords[$ind] && $seller_id[$ind]): ?>
-                                    <?php
-                                        var_dump($create_check);
-                                        var_dump($ords);
-                                        var_dump($ind);
-                                        var_dump($seller_id);
-                                    ?>
                                     <button class="btn btn-sm btn-danger btn__<?= $orderAmo["amo_id"] ?>"
                                             onclick="ajax_create_check_json('<?= $orderAmo["amo_id"] ?>');">пробить чек</button>
                                 <?php endif; ?>