mirror of
https://github.com/Kalenis/kalenislims.git
synced 2023-12-14 07:13:04 +01:00
lims_email: also consider HTML tags for sample list
This commit is contained in:
parent
0bb5df8edf
commit
2c8e1093fc
1 changed files with 1 additions and 0 deletions
|
@ -540,6 +540,7 @@ class SendResultsReport(Wizard):
|
||||||
body = str(config.mail_ack_report_body)
|
body = str(config.mail_ack_report_body)
|
||||||
|
|
||||||
body = body.replace('<SAMPLES>', '\n'.join(sample_list))
|
body = body.replace('<SAMPLES>', '\n'.join(sample_list))
|
||||||
|
body = body.replace('<SAMPLES>', '\n'.join(sample_list))
|
||||||
return subject, body
|
return subject, body
|
||||||
|
|
||||||
def _get_sample_list(self, reports, language):
|
def _get_sample_list(self, reports, language):
|
||||||
|
|
Loading…
Reference in a new issue