add automatic warn email about ticket expiration

This commit is contained in:
2016-05-12 08:05:17 +02:00
parent 9e9894ca4c
commit e5774a4504
12 changed files with 191 additions and 16 deletions

View File

@@ -32,6 +32,7 @@ use common\components\Helper;
* @property string $created_at
* @property string $updated_at
* @property string $cardNumber
* @property integer $warn_mail_ticket_expire_enabled
*/
class CustomerCreate extends \common\models\Customer
{
@@ -108,7 +109,7 @@ class CustomerCreate extends \common\models\Customer
[['photo_data'] ,'safe'],
[['birth_place'] ,'safe'],
[['mother_name'] ,'safe'],
[['warn_mail_ticket_expire_enabled'],'integer']
// [['email','phone'], 'validateEmailOrPhoneRequired' ],
];
}