fix resume in docx format

This commit is contained in:
iIronside
2022-11-24 15:00:09 +03:00
parent 454286ca03
commit 88bab78b3b
2 changed files with 6 additions and 2 deletions

View File

@ -50,7 +50,7 @@ class ResumeTemplate extends \yii\db\ActiveRecord
'${gender}'=> 'gender',
'${resume}'=> 'resume',
'${salary}' => 'salary',
'${resume_tariff}' => 'resume_tariff',
'${resume_tariff}' => 'resume_tariff',
'${position_id}'=> 'position_id',
'${city}'=> 'city',
'${link_vk}' => 'link_vk',