diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-08-13 13:23:50 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-08-13 13:23:50 +0700 |
| commit | 48acecc8e8b1f77b9b9ea7d71e3d0ff72bed1f3f (patch) | |
| tree | 5ebd45c9be904bb6f88690d98f80c46bde0a2aaa /indoteknik_api | |
| parent | d3a28d236aecd884438545cb987ef5bd9e206801 (diff) | |
(andri) fix
Diffstat (limited to 'indoteknik_api')
| -rw-r--r-- | indoteknik_api/controllers/api_v1/user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_api/controllers/api_v1/user.py b/indoteknik_api/controllers/api_v1/user.py index 3cfad141..50ea8c98 100644 --- a/indoteknik_api/controllers/api_v1/user.py +++ b/indoteknik_api/controllers/api_v1/user.py @@ -489,7 +489,7 @@ class User(controller.Controller): if type_acc == 'business': parameter = [ - ('company_type', '=', 'company'), + ('is_company', '=', True), ('name', 'ilike', business_name) ] if parent_id: |
