From: jeff Date: Tue, 17 Jun 2008 03:14:12 +0000 (+0000) Subject: not forgetting to add fax and old customer id X-Git-Tag: root_of_webpay_support~566 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=97c8cbe1a7645ecce1192a1c3c20807e428f907c;p=freeside.git not forgetting to add fax and old customer id --- diff --git a/conf/invoice_latex b/conf/invoice_latex index ae21de2ba..8d486779e 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -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 .= ''; }