diff --git a/src/Entity/Customer.php b/src/Entity/Customer.php index 3be1623a..8fb59dd1 100644 --- a/src/Entity/Customer.php +++ b/src/Entity/Customer.php @@ -98,6 +98,7 @@ class Customer $this->job_orders = new ArrayCollection(); $this->customer_classification = CustomerClassification::REGULAR; + $this->customer_notes = ''; $this->flag_confirmed = false; $this->flag_mobile_app = false;