From 6050f3de39fbce852b85843ca028b990f0f3ee6a Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 20 Jun 2012 12:59:35 +0530 Subject: [PATCH] edit invoice template type --- printaform/templates/types/invoice.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/printaform/templates/types/invoice.html b/printaform/templates/types/invoice.html index 4d6660c..5c66003 100755 --- a/printaform/templates/types/invoice.html +++ b/printaform/templates/types/invoice.html @@ -119,12 +119,24 @@ margin-bottom:2px; {{ particulars }} {{ amount }} +{% if particulars2 %} + + {{ particulars2 }} + {{ amount2 }} + +{% endif %} +{% if particulars3 %} + + {{ particulars3 }} + {{ amount3 }} + +{% endif %}     - Total Amount + {{ total_amount_text }}

In words: {{ amount_words }} only

{{ amount_final }}