add newsletter changes

This commit is contained in:
2016-05-26 08:50:10 +02:00
parent 07d5041126
commit 1fed67a650
16 changed files with 335 additions and 34 deletions

View File

@@ -118,7 +118,7 @@ class CustomerUpdate extends \common\models\Customer
[['photo_data'] ,'safe'],
[['birth_place'] ,'safe'],
[['mother_name'] ,'safe'],
[['warn_mail_ticket_expire_enabled','newsletter'],'integer']
[['warn_mail_ticket_expire_enabled' ],'integer']
];
}