=================================================================== RCS file: /cvs/RT/Invoicing/invoice.tex.tt,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- RT/Invoicing/invoice.tex.tt 2011/03/21 21:49:44 1.7 +++ RT/Invoicing/invoice.tex.tt 2011/03/22 00:21:16 1.8 @@ -38,7 +38,7 @@ [% from.state | latex_encode %] \ [% from.zip | latex_encode %] [% IF from.email -%] - [% from.email| latex_encode %] + [% from.email | latex_encode %] [% END -%] } @@ -58,6 +58,10 @@ [% END -%] [% to.city | latex_encode %], [% to.state | latex_encode %] \ [% to.zip | latex_encode %] +[% IF to.email -%] + [% to.email | latex_encode %] + +[% END -%] } \columnbreak @@ -84,12 +88,12 @@ [%- IF end- %] End & [% end | latex_encode %] \\ [%- END %] -Invoice Total & [% total | format('%.2f') | latex_encode %] \\ +Invoice Total & [% total | format('$%.2f') | latex_encode %] \\ [% IF past_due -%] - Past Due & [% past_due | format('%.2f') | latex_encode %] \\ + Past Due & [% past_due | format('$%.2f') | latex_encode %] \\ [%- END %] [%- IF total_due -%] - Total Due & [% total_due | format('%.2f') | latex_encode %] \\ + Total Due & [% total_due | format('$%.2f') | latex_encode %] \\ [%- END %] \hline \multicolumn{2}{|c|}{[% info.0 | latex_encode %]} \\