almost finish sell part and bug fix
This commit is contained in:
parent
c2bb80099e
commit
a350efa203
|
@ -1014,7 +1014,7 @@ class PersonsController extends AbstractController
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
return $this->json(['result' => 2]);
|
return $this->json(['result' => 2]);
|
||||||
}
|
}
|
||||||
$log->insert('کالا/خدمات', ' شخص با نام ' . $comName . ' حذف شد. ', $this->getUser(), $acc['bid']->getId());
|
$log->insert('اشخاص', ' شخص با نام ' . $comName . ' حذف شد. ', $this->getUser(), $acc['bid']->getId());
|
||||||
return $this->json(['result' => 1]);
|
return $this->json(['result' => 1]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue