Made date bold like the other item headers.

This commit is contained in:
Ty Reynolds
2026-01-29 10:06:35 -05:00
parent 143c9b98e6
commit 22d514aa7b

View File

@@ -26,7 +26,7 @@
<td style="text-align: right; font-family: Helvetica, Arial, sans-serif; font-size: 14px;">
<strong>Invoice </strong>
<span>{{ doc.name }}</span><br>
Date: {{ frappe.utils.formatdate(doc.posting_date, "MM-dd-yyyy") }}
<strong>Date:</strong> {{ frappe.utils.formatdate(doc.posting_date, "MM-dd-yyyy") }}
</td>
</tr>
</table>