Add default value to customer notes

This commit is contained in:
Kendrick Chan 2018-02-04 12:31:58 +08:00
parent 23afaade96
commit 8252d3cf1c

View file

@ -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;