diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-04-26 11:12:56 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-04-26 11:12:56 +0700 |
| commit | d026ce987698790c8424a1b88d7bfacf1508dad6 (patch) | |
| tree | b8eaa53d5bd2b4edf9ac2f27968bc41c33cdcc7b /indoteknik_api/models | |
| parent | 175ee679cbd2af2245bc9468312a6ad28419e110 (diff) | |
Update approval by procurement
Diffstat (limited to 'indoteknik_api/models')
| -rw-r--r-- | indoteknik_api/models/sale_order.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indoteknik_api/models/sale_order.py b/indoteknik_api/models/sale_order.py index 1c0180ec..969fd79f 100644 --- a/indoteknik_api/models/sale_order.py +++ b/indoteknik_api/models/sale_order.py @@ -8,7 +8,8 @@ class SaleOrder(models.Model): APPROVAL_STEP = { 'company': 1, 'cust_manager': 2, - 'cust_director': 3, + 'cust_procurement': 3, + 'cust_director': 3 } data = { |
