From: Alexander Smirnov Date: Tue, 15 Apr 2025 12:35:14 +0000 (+0300) Subject: debug X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=1f49eee1be2d69cbd04022517053f63c7472e32c;p=erp24_rep%2Fyii-erp24%2F.git debug --- 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) {