From 97c8cbe1a7645ecce1192a1c3c20807e428f907c Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 17 Jun 2008 03:14:12 +0000 Subject: [PATCH] not forgetting to add fax and old customer id --- conf/invoice_latex | 3 +++ 1 file changed, 3 insertions(+) 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 .= ''; } -- 2.11.0