Skip to content

Commit

Permalink
Merge pull request #849 from leon-mbs/master
Browse files Browse the repository at this point in the history
hotfix
  • Loading branch information
leon-mbs authored Dec 15, 2024
2 parents be7ac1d + 4609f76 commit bc23703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/app/entity/employee.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ protected function beforeSave() {
//упаковываем данные в detail
// $this->detail = "<detail><login>{$this->login}</login>";
// $this->detail .= "<balance>{$this->balance}</balance>";
$this->detail = "<detail>";
$this->detail .= "<email>{$this->email}</email>";
$this->detail .= "<phone>{$this->phone}</phone>";
$this->detail .= "<hiredate>{$this->hiredate}</hiredate>";
Expand Down

0 comments on commit bc23703

Please sign in to comment.