Made date bold like the other item headers.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user