diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-05-26 09:00:43 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-05-26 09:00:43 +0700 |
| commit | 8d7725f4d783c43d358017f5e2bf261c10bff6c7 (patch) | |
| tree | 977fc57864b6843e2063c7a13167f722690c3605 /indoteknik_api | |
| parent | 388ad29c05f5bb8bdc4a913ea36b1975760623a0 (diff) | |
fix
Diffstat (limited to 'indoteknik_api')
| -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 4297b9fc..e8c2c75a 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) |
