[freeside-commits] freeside/conf invoice_latex,1.22,1.23
Jeff Finucane,420,,
jeff at wavetail.420.am
Mon Jun 16 20:14:14 PDT 2008
Update of /home/cvs/cvsroot/freeside/conf
In directory wavetail.420.am:/tmp/cvs-serv31892
Modified Files:
invoice_latex
Log Message:
not forgetting to add fax and old customer id
Index: invoice_latex
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/invoice_latex,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- invoice_latex 5 Jun 2008 12:42:27 -0000 1.22
+++ invoice_latex 17 Jun 2008 03:14:12 -0000 1.23
@@ -214,6 +214,9 @@
$OUT .= "\\addressline{$ship_city, $ship_state~~$ship_zip}";
$OUT .= "\\addressline{$ship_country}";
$OUT .= '~\\\\';
+ $OUT .= "\\textbf{ID:}~~$agent_custid\\\\" if $agent_custid;
+ $OUT .= "\\textbf{Fax:}~~$ship_fax\\\\" if $ship_fax;
+ $OUT .= '~\\\\' if ($ship_fax or $agent_custid);
}else{
$OUT .= '';
}
More information about the freeside-commits
mailing list