mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-26 06:31:13 +01:00
fix: typo in sales_invoice_print
(cherry picked from commit f7bcae83e4)
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
{{ doc.address_display }}
|
{{ doc.address_display }}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
{{ _("Conatct: ")+doc.contact_display if doc.contact_display else '' }}
|
{{ _("Contact: ")+doc.contact_display if doc.contact_display else '' }}
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
{{ _("Mobile: ")+doc.contact_mobile if doc.contact_mobile else '' }}
|
{{ _("Mobile: ")+doc.contact_mobile if doc.contact_mobile else '' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user