From bf46d8b73d26a24bf0cf0c007ea4e28a4228daee Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 20 Jun 2012 13:08:39 +0530 Subject: [PATCH] added rows for invoice type --- printaform/templates/types/invoice.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/printaform/templates/types/invoice.html b/printaform/templates/types/invoice.html index 5c66003..61259c2 100755 --- a/printaform/templates/types/invoice.html +++ b/printaform/templates/types/invoice.html @@ -130,6 +130,18 @@ margin-bottom:2px; {{ particulars3 }} {{ amount3 }} +{% endif %} +{% if particulars4 %} + + {{ particulars4 }} + {{ amount4 }} + +{% endif %} +{% if particulars5 %} + + {{ particulars5 }} + {{ amount5 }} + {% endif %}