Skip to content

Commit 792aa86

Browse files
author
Pau Soliva
authored
Merge pull request #158 from naralabs/task/NMRL-352-Receiving-date-not-correctin-pdf
NMRL-352-Wrong-Received-Date
2 parents 53b052f + 16db90f commit 792aa86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bika/lims/browser/analysisrequest/templates/analysisrequest_retract_pdf.pt

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<td class="label" i18n:translate="">Date collected</td>
120120
<td tal:content="python:plone_view.toLocalizedTime(sample.getDateSampled())"></td>
121121
<td class="label" i18n:translate="">Date received</td>
122-
<td tal:content="python:plone_view.toLocalizedTime(sample.created())"></td>
122+
<td tal:content="python:plone_view.toLocalizedTime(sample.getDateReceived())"></td>
123123
</tr>
124124
<tr>
125125
<td class="label" i18n:translate="">Sample Number/NMRL Number</td>

0 commit comments

Comments
 (0)