Add default value for customer title #38

This commit is contained in:
Kendrick Chan 2018-03-07 21:29:22 +08:00
parent 848e038360
commit ec0e7c1654

View file

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