not forgetting to add fax and old customer id
authorjeff <jeff>
Tue, 17 Jun 2008 03:13:51 +0000 (03:13 +0000)
committerjeff <jeff>
Tue, 17 Jun 2008 03:13:51 +0000 (03:13 +0000)
conf/invoice_latex

index 2a8c4bd..a1f9da7 100644 (file)
     $OUT .= "\\addressline{$ship_city, $ship_state~~$ship_zip}";\r
     $OUT .= "\\addressline{$ship_country}";\r
     $OUT .= '~\\\\';\r
+    $OUT .= "\\textbf{ID:}~~$agent_custid\\\\" if $agent_custid;\r
+    $OUT .= "\\textbf{Fax:}~~$ship_fax\\\\" if $ship_fax;\r
+    $OUT .= '~\\\\' if ($ship_fax or $agent_custid);\r
   }else{\r
     $OUT .= '';\r
   }\r