Kaynağa Gözat

Show inclusive tax in print (#4769)

version-14
rohitwaghchaure 7 yıl önce
committed by Nabin Hait
ebeveyn
işleme
7e6da701a8
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. +7
    -0
      frappe/templates/print_formats/standard_macros.html

+ 7
- 0
frappe/templates/print_formats/standard_macros.html Dosyayı Görüntüle

@@ -10,6 +10,13 @@
{{ render_image(df, doc) }} {{ render_image(df, doc) }}
{%- elif df.fieldtype=="Geolocation" -%} {%- elif df.fieldtype=="Geolocation" -%}
{{ render_geolocation(df, doc) }} {{ 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 -%} {%- else -%}
{{ render_field_with_label(df, doc) }} {{ render_field_with_label(df, doc) }}
{%- endif -%} {%- endif -%}


Yükleniyor…
İptal
Kaydet