{{ doc.name }}
{{ frappe.utils.global_date_format(doc.modified) }}
<<<<<<< HEAD {{ _(doc.status) }} ======= {{doc.status}} >>>>>>> 125a352bc2 (fix: allow all dispatch address for drop ship invoice)
{{ doc.items_preview }}
<<<<<<< HEAD {% if doc.get('grand_total') %}
{{ doc.get_formatted("grand_total") }}
======= {% if doc.is_rounded_total_disabled() and doc.get('grand_total') %}
{{ doc.get_formatted("grand_total") }}
{% elif doc.get('rounded_total') %}
{{ doc.get_formatted("rounded_total") }}
>>>>>>> 125a352bc2 (fix: allow all dispatch address for drop ship invoice) {% endif %}
Link