From fa60699e7315931850d1652e05aface24401b89f Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 17 Jun 2008 03:13:51 +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 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 .= ''; } -- 2.20.1