summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-03-18 11:46:00 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-03-18 11:46:00 +0700
commita05da3fad1855cbf2ce4cc7645f1fda79cae037c (patch)
tree42e181effa7ff8de41d803c878c57812c5815700
parent1d1544c9450cafe32bad7d6c7b723f14b397fe2c (diff)
Not Available -> Unfulfilled
-rw-r--r--indoteknik_custom/models/report_stock_forecasted.py2
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'