Add default value to customer notes
This commit is contained in:
parent
23afaade96
commit
8252d3cf1c
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue