diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-05-26 08:53:51 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-05-26 08:53:51 +0700 |
| commit | 388ad29c05f5bb8bdc4a913ea36b1975760623a0 (patch) | |
| tree | 655ea7f12c7ee1c335b479348268646935e6e2bf /indoteknik_api/controllers/api_v1 | |
| parent | 6c91d8d4973eb4588bb2f7b7cbb8cd4b6c59baac (diff) | |
<hafid> tampil sla ready to ship di website
Diffstat (limited to 'indoteknik_api/controllers/api_v1')
| -rw-r--r-- | indoteknik_api/controllers/api_v1/sale_order.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_api/controllers/api_v1/sale_order.py b/indoteknik_api/controllers/api_v1/sale_order.py index e8c2c75a..4297b9fc 100644 --- a/indoteknik_api/controllers/api_v1/sale_order.py +++ b/indoteknik_api/controllers/api_v1/sale_order.py @@ -166,7 +166,7 @@ class SaleOrder(controller.Controller): bulan = bulan_id[sale_order.expected_ready_to_ship.month - 1] tahun = sale_order.expected_ready_to_ship.year data['expected_ready_to_ship'] = f"{tanggal} {bulan} {tahun}" - +f return self.response(data) @http.route(PREFIX_PARTNER + 'sale_order/<id>/checkout', auth='public', method=['POST', 'OPTIONS'], csrf=False) |
