瀏覽代碼

Show inclusive tax in print (#4769)

version-14
rohitwaghchaure 7 年之前
committed by Nabin Hait
父節點
當前提交
7e6da701a8
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. +7
    -0
      frappe/templates/print_formats/standard_macros.html

+ 7
- 0
frappe/templates/print_formats/standard_macros.html 查看文件

@@ -10,6 +10,13 @@
{{ render_image(df, doc) }}
{%- elif df.fieldtype=="Geolocation" -%}
{{ render_geolocation(df, doc) }}
{%- elif df.fieldtype=="Currency" -%}
{%- if doc.print_templates and
doc.print_templates.get(df.fieldname) -%}
{% include doc.print_templates[df.fieldname] %}
{%- else -%}
{{ render_field_with_label(df, doc) }}
{%- endif -%}
{%- else -%}
{{ render_field_with_label(df, doc) }}
{%- endif -%}


Loading…
取消
儲存