major agent controller
This commit is contained in:
@@ -743,7 +743,7 @@ class Article extends Base
|
||||
$journal_info = $this->journal_obj->where('journal_id', $article_old_info['journal_id'])->find();
|
||||
$editor_info = $this->user_obj->where('user_id', $journal_info['editor_id'])->find();
|
||||
$tt = 'Dear editor,<br>';
|
||||
$tt .= 'The author changed the manuscript’s status, please check.<br><br>';
|
||||
$tt .= 'The author changed the manuscript’s status, please check. sn:' . $article_old_info['accept_sn'] . '<br><br>';
|
||||
$tt .= 'TMR Publishing Group';
|
||||
|
||||
// $sendUser=[
|
||||
|
||||
Reference in New Issue
Block a user