cambiada lista de clientes a nuevo formato

This commit is contained in:
2024-12-15 10:49:49 +01:00
parent c0297b6cba
commit ba793730f3
7 changed files with 244 additions and 162 deletions

View File

@ -85,8 +85,6 @@ class UserModel extends ShieldUserModel
$builder->join("auth_identities t2", "t1.id = t2.user_id", "left");
$builder->where('t1.deleted_at', null)->groupBy("t1.id");
if (empty($search))
return $builder;
else {