{% if doc.flags.show_inclusive_tax_in_print %}
{{ doc.get_formatted("net_total", doc) }}
{% else %}
<<<<<<< HEAD
=======
>>>>>>> 125a352bc2 (fix: allow all dispatch address for drop ship invoice)
{{ doc.get_formatted("total", doc) }}
{% endif %}