diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-10-16 15:47:07 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-10-16 15:47:07 +0700 |
| commit | 8914f55dba0a2d4a1e992c9d0635ae993950bcf1 (patch) | |
| tree | f41be6b8474db4f61e0122c68614a191829e39cf /indoteknik_custom/models/report_stock_forecasted.py | |
| parent | d7f4569c5d2dcda1316ca4ef37fed53f467df9df (diff) | |
| parent | a1b2542ebc2d527d07edbcbaab467152a46f1d33 (diff) | |
Merge branch 'production' into feature/generate_url
Diffstat (limited to 'indoteknik_custom/models/report_stock_forecasted.py')
| -rw-r--r-- | indoteknik_custom/models/report_stock_forecasted.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indoteknik_custom/models/report_stock_forecasted.py b/indoteknik_custom/models/report_stock_forecasted.py index 5f9427f8..ebdc7d4a 100644 --- a/indoteknik_custom/models/report_stock_forecasted.py +++ b/indoteknik_custom/models/report_stock_forecasted.py @@ -33,7 +33,6 @@ class ReplenishmentReport(models.AbstractModel): 'reserved_from': result, 'qty_fullfillment': quantity, }) - return lines def _calculate_result(self, line): |
