From: jeff Date: Tue, 17 Jun 2008 03:13:51 +0000 (+0000) Subject: not forgetting to add fax and old customer id X-Git-Tag: freeside_1_7_4rc1~291 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=fa60699e7315931850d1652e05aface24401b89f;p=freeside.git not forgetting to add fax and old customer id --- diff --git a/conf/invoice_latex b/conf/invoice_latex index 2a8c4bdd5..a1f9da7e7 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -212,6 +212,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 .= ''; }