From 1f49eee1be2d69cbd04022517053f63c7472e32c Mon Sep 17 00:00:00 2001 From: Alexander Smirnov Date: Tue, 15 Apr 2025 15:35:14 +0300 Subject: [PATCH] debug --- erp24/commands/MatrixErpController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erp24/commands/MatrixErpController.php b/erp24/commands/MatrixErpController.php index 38ff8453..be11cf8f 100644 --- a/erp24/commands/MatrixErpController.php +++ b/erp24/commands/MatrixErpController.php @@ -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) { -- 2.39.5