]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
debug feature_smirnov_debug_2025_04_25 origin/feature_smirnov_debug_2025_04_25
authorAlexander Smirnov <fredeom@mail.ru>
Tue, 15 Apr 2025 12:35:14 +0000 (15:35 +0300)
committerAlexander Smirnov <fredeom@mail.ru>
Tue, 15 Apr 2025 12:35:14 +0000 (15:35 +0300)
erp24/commands/MatrixErpController.php

index 38ff84534c51736d0b21a717e5efa06098924569..be11cf8fbcdd5044ea915f18bb69c4ae1dc5d6fb 100644 (file)
@@ -38,7 +38,9 @@ class MatrixErpController extends Controller
                 && (in_array('marketplace', $existingMapGuidGroupNames[$product->id]))) {
                 $matrixErp = $existingMapGuidMatrixErp[$product->id];
                 foreach (MatrixErpPropertyDynamic::fieldByCategory() as $category => $field) {
+                    echo '7';
                     if ($matrixErp->$field != $product->$field) {
+                        echo '8';
                         $matrixErpPropertyDynamic1 = $matrixErpPropertyDynamicByGuid[$category][$matrixErp->guid] ?? null;
                         /* @var MatrixErpPropertyDynamic $matrixErpPropertyDynamic1 */
                         if ($matrixErpPropertyDynamic1) {