agent_custid and ship_fax don't belong with the ship address, that was an unrelated...
authorivan <ivan>
Tue, 11 Nov 2008 08:45:26 +0000 (08:45 +0000)
committerivan <ivan>
Tue, 11 Nov 2008 08:45:26 +0000 (08:45 +0000)
conf/invoice_html
conf/invoice_latex

index ed59019..fb1d6f6 100644 (file)
@@ -70,8 +70,6 @@
                                                        ' ',
                                                        ' ',
                               ).
-                           ($agent_custid ? "<b>ID:</b> $agent_custid<BR>" : '').
-                           ($ship_fax ? "<b>Fax:</b> $ship_fax<BR>" : '').
                            '</td><tr><td></td><td></td>'
                          )
                        : ''
index 0abdd6d..86fbe0e 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