From 43723697f774d2fabdc232e2fd324e6766b59d0e Mon Sep 17 00:00:00 2001 From: Eymen Elkum Date: Mon, 15 Mar 2021 15:20:42 +0300 Subject: [PATCH] fix (#1944) --- application/Espo/Tools/LeadCapture/LeadCapture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Tools/LeadCapture/LeadCapture.php b/application/Espo/Tools/LeadCapture/LeadCapture.php index 58712a964f..87efa14c7d 100644 --- a/application/Espo/Tools/LeadCapture/LeadCapture.php +++ b/application/Espo/Tools/LeadCapture/LeadCapture.php @@ -729,7 +729,7 @@ class LeadCapture ]); if (!empty($data->description)) { - $logRecord->set('description', $description); + $logRecord->set('description', $data->description); } $this->entityManager->saveEntity($logRecord);