diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-06-21 09:47:18 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-06-21 09:47:18 +0700 |
| commit | 45fcd7ed448a8fc4c731433823375aea013abbd5 (patch) | |
| tree | c943f1830b4a21719801234355f3d750da1dfee0 | |
| parent | 837228a2b4b799de182e52096f638ee5f491137a (diff) | |
| parent | dab37603ea378fb84c2bbc0562b901011629063b (diff) | |
Merge branch 'release' into receipt-approval
| -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 ec33495e..671ff5a8 100644 --- a/indoteknik_api/controllers/api_v1/sale_order.py +++ b/indoteknik_api/controllers/api_v1/sale_order.py @@ -246,7 +246,7 @@ class SaleOrder(controller.Controller): parameters = { 'warehouse_id': 8, 'carrier_id': 1, - 'sales_tax_id': 23, + 'sales_tax_id': 20, 'pricelist_id': product_pricelist_default_discount_id, 'payment_term_id': 26, 'team_id': 2, |
