=================================================================== RCS file: /cvs/RT/Invoicing/invoice.tex.tt,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- RT/Invoicing/invoice.tex.tt 2011/12/31 02:14:32 1.14 +++ RT/Invoicing/invoice.tex.tt 2012/01/27 04:13:45 1.15 @@ -1,6 +1,6 @@ [% USE Latex -%] [% FILTER latex("pdf") -%] -% $AFresh1: invoice.tex.tt,v 1.13 2011/04/08 17:10:28 andrew Exp $ +% $AFresh1: invoice.tex.tt,v 1.14 2011/12/31 02:14:32 andrew Exp $ \documentclass[oneside]{report} \usepackage{graphicx} \usepackage[top=1in, bottom=1in, left=.75in, right=.75in]{geometry} @@ -51,6 +51,9 @@ Invoice Total & [% total | format('$%.2f') | latex_encode %] \\ [% IF past_due -%] Past Due & [% past_due | format('$%.2f') | latex_encode %] \\ +[%- END %] +[% IF unpaid -%] + Unpaid & [% unpaid | format('$%.2f') | latex_encode %] \\ [%- END %] [%- IF total_due -%] Total Due & [% total_due | format('$%.2f') | latex_encode %] \\