diff --git a/InvenTree/report/models.py b/InvenTree/report/models.py index c2b5d729fe..56d06090a1 100644 --- a/InvenTree/report/models.py +++ b/InvenTree/report/models.py @@ -181,6 +181,7 @@ class ReportTemplateBase(ReportBase): context['report_description'] = self.description context['request'] = request context['user'] = request.user + context['date'] = datetime.datetime.now().date() context['datetime'] = datetime.datetime.now() if self.extension == '.tex':