diff --git a/src/QUI/ERP/Accounting/Invoice/Invoice.php b/src/QUI/ERP/Accounting/Invoice/Invoice.php index a0c35ad55b11fa198270e6c8486afcd21f5b98d4..fdfe0ec3d706d943e977ebd9714879f205c5cae9 100644 --- a/src/QUI/ERP/Accounting/Invoice/Invoice.php +++ b/src/QUI/ERP/Accounting/Invoice/Invoice.php @@ -1855,7 +1855,7 @@ public function setProcessingStatus(int $statusId): void ); $this->setAttribute('processing_status', $Status->getId()); - } catch (QUI\DataBase\Exception $Exception) { + } catch (QUI\Database\Exception $Exception) { QUI\System\Log::addDebug($Exception->getMessage()); }