diff --git a/modules/helpdesk/lib/Module/Helpdesk/Service/BcODataGateway.php b/modules/helpdesk/lib/Module/Helpdesk/Service/BcODataGateway.php index 0362d1f..6337716 100644 --- a/modules/helpdesk/lib/Module/Helpdesk/Service/BcODataGateway.php +++ b/modules/helpdesk/lib/Module/Helpdesk/Service/BcODataGateway.php @@ -224,7 +224,7 @@ class BcODataGateway { $customerNo = trim($customerNo); $customerName = trim($customerName); - if ($customerNo === '' || $customerName === '') { + if ($customerNo === '' && $customerName === '') { return [ 'contacts' => [], 'meta' => [