almost finish sell part and bug fix

This commit is contained in:
babak alizadeh 2024-06-13 15:08:39 +03:30
parent c2bb80099e
commit a350efa203

View file

@ -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]);
} }
} }