diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-07-21 15:20:08 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-07-21 15:20:08 +0700 |
| commit | f4c02f0ca17c0c72314334c03417c2f54382dfa1 (patch) | |
| tree | 29c7825db9ffaac28186db5f01575f27a46eaf41 /indoteknik_api/controllers/api_v1 | |
| parent | 70c667cb341efa30f29626183bb5dc25654714de (diff) | |
fix condition
Diffstat (limited to 'indoteknik_api/controllers/api_v1')
| -rw-r--r-- | indoteknik_api/controllers/api_v1/product.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_api/controllers/api_v1/product.py b/indoteknik_api/controllers/api_v1/product.py index 53ba7671..3667a787 100644 --- a/indoteknik_api/controllers/api_v1/product.py +++ b/indoteknik_api/controllers/api_v1/product.py @@ -44,7 +44,7 @@ class Product(controller.Controller): qty = total_adem if qty_altama > 0 else total_excell sla_date = '2-4 Hari' else: - sla_date = 'Indent' + sla_date = '3-7 Hari' except: print('error') else: |
