add transfer#list pdf download, fix helper#fixascii function
This commit is contained in:
@@ -68,7 +68,8 @@ class Card extends \common\models\BaseFitnessActiveRecord
|
||||
|
||||
public function validateAscii($attribute,$params){
|
||||
if ( !$this->hasErrors($this->$attribute)){
|
||||
$this->attribute = Helper::fixAsciiChars($this->attributes);
|
||||
$this->$attribute = Helper::fixAsciiChars($this->$attribute);
|
||||
Yii::info(" $attribute converted to: " . $this->$attribute);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user