From a05da3fad1855cbf2ce4cc7645f1fda79cae037c Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 18 Mar 2024 11:46:00 +0700 Subject: Not Available -> Unfulfilled --- indoteknik_custom/models/report_stock_forecasted.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3