diff --git a/www/app/entity/employee.php b/www/app/entity/employee.php index c72b31a7a..fc0cbdf5c 100644 --- a/www/app/entity/employee.php +++ b/www/app/entity/employee.php @@ -27,6 +27,7 @@ protected function beforeSave() { //упаковываем данные в detail // $this->detail = "{$this->login}"; // $this->detail .= "{$this->balance}"; + $this->detail = ""; $this->detail .= "{$this->email}"; $this->detail .= "{$this->phone}"; $this->detail .= "{$this->hiredate}";