mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-03 23:18:40 +00:00
This commit is contained in:
parent
415843e5f9
commit
a26b87e512
|
|
@ -455,7 +455,6 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
{
|
||||
$account = AccountMapper::get($request->getData('id'));
|
||||
$account->setName($request->getData('name'));
|
||||
$account->setDescription($request->getData('desc'));
|
||||
|
||||
$status = AccountMapper::update($account);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user