diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-03-18 11:46:00 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-03-18 11:46:00 +0700 |
| commit | a05da3fad1855cbf2ce4cc7645f1fda79cae037c (patch) | |
| tree | 42e181effa7ff8de41d803c878c57812c5815700 | |
| parent | 1d1544c9450cafe32bad7d6c7b723f14b397fe2c (diff) | |
Not Available -> Unfulfilled
| -rw-r--r-- | indoteknik_custom/models/report_stock_forecasted.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/report_stock_forecasted.py b/indoteknik_custom/models/report_stock_forecasted.py index 44bdfe3e..92da13d5 100644 --- a/indoteknik_custom/models/report_stock_forecasted.py +++ b/indoteknik_custom/models/report_stock_forecasted.py @@ -44,6 +44,6 @@ class ReplenishmentReport(models.AbstractModel): else: return 'Free Stock' else: - return 'Not Available' + return 'Unfulfilled' |
