mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-16 04:28:39 +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 = AccountMapper::get($request->getData('id'));
|
||||||
$account->setName($request->getData('name'));
|
$account->setName($request->getData('name'));
|
||||||
$account->setDescription($request->getData('desc'));
|
|
||||||
|
|
||||||
$status = AccountMapper::update($account);
|
$status = AccountMapper::update($account);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user