From 34fba0e6ce23c6ea9556bda0c6e909e028af685a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20M=C3=BCller?= <p.mueller@pcsg.de> Date: Wed, 9 Jun 2021 10:45:28 +0200 Subject: [PATCH] temp commit --- src/QUI/ERP/Coupons/Events.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QUI/ERP/Coupons/Events.php b/src/QUI/ERP/Coupons/Events.php index 6a1f7c3..8780beb 100644 --- a/src/QUI/ERP/Coupons/Events.php +++ b/src/QUI/ERP/Coupons/Events.php @@ -602,7 +602,7 @@ public static function onQuiqqerOrderOrderProcessGetBodyBegin(QUI\ERP\Order\Orde $Product = Products::getProduct($Article->getId()); if ($Product instanceof CouponProductType) { - + // @todo } } catch (\Exception $Exception) { QUI\System\Log::writeDebugException($Exception); -- GitLab