Add ContractForm, Add contract pdf, Add Display all Transfer option
This commit is contained in:
@@ -105,7 +105,9 @@ class CustomerCreate extends \common\models\Customer
|
||||
[['zip'], 'string', 'max' => 8],
|
||||
|
||||
[['city'], 'string', 'max' => 30],
|
||||
[['photo_data'] ,'safe']
|
||||
[['photo_data'] ,'safe'],
|
||||
[['birth_place'] ,'safe'],
|
||||
[['mother_name'] ,'safe'],
|
||||
|
||||
// [['email','phone'], 'validateEmailOrPhoneRequired' ],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user