diff --git a/InvenTree/report/models.py b/InvenTree/report/models.py index ccb0b2d6db..e2051e684b 100644 --- a/InvenTree/report/models.py +++ b/InvenTree/report/models.py @@ -466,6 +466,7 @@ class PurchaseOrderReport(ReportTemplateBase): return { 'description': order.description, 'lines': order.lines, + 'additional_lines': order.additional_lines, 'order': order, 'reference': order.reference, 'supplier': order.supplier,