diff --git a/src/Entity/Customer.php b/src/Entity/Customer.php index f04a794d..439fb554 100644 --- a/src/Entity/Customer.php +++ b/src/Entity/Customer.php @@ -112,6 +112,7 @@ class Customer $this->customer_classification = CustomerClassification::REGULAR; $this->customer_notes = ''; + $this->title = ''; $this->flag_confirmed = false; $this->flag_mobile_app = false;