Add default value for customer title #38
This commit is contained in:
parent
848e038360
commit
ec0e7c1654
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ class Customer
|
||||||
|
|
||||||
$this->customer_classification = CustomerClassification::REGULAR;
|
$this->customer_classification = CustomerClassification::REGULAR;
|
||||||
$this->customer_notes = '';
|
$this->customer_notes = '';
|
||||||
|
$this->title = '';
|
||||||
|
|
||||||
$this->flag_confirmed = false;
|
$this->flag_confirmed = false;
|
||||||
$this->flag_mobile_app = false;
|
$this->flag_mobile_app = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue