lims: results report: do not show time in print date

This commit is contained in:
Adrián Bernardi 2021-11-18 17:56:59 -03:00
parent 5cb1146925
commit 5e07529841
1 changed files with 1 additions and 1 deletions

View File

@ -3081,7 +3081,7 @@ class ResultReport(Report):
int(report.number) - 1)
report_context['replace_number'] = (
gettext('lims.msg_replace_number', report=prev_number))
report_context['print_date'] = get_print_date()
report_context['print_date'] = get_print_date().date()
report_context['party'] = report.party.rec_name
party_address = report.party.get_results_report_address()