diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-19 10:49:54 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-07-19 10:49:54 +0700 |
| commit | 1d0be5d6fe6d3e59c76132c9e06ba870013b4306 (patch) | |
| tree | f00a1bced7144d1d32eace055e34b269feb26691 | |
| parent | 965265d3f6375476748bd96290b846f049ab0e1a (diff) | |
fix error
| -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 e767a5b8..5f9427f8 100644 --- a/indoteknik_custom/models/report_stock_forecasted.py +++ b/indoteknik_custom/models/report_stock_forecasted.py @@ -10,7 +10,6 @@ class ReplenishmentReport(models.AbstractModel): for line in lines: document_out = line.get('document_out') - model_name = document_out._name if document_out and "SO/" in document_out.name: order_id = document_out.id |
