summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeff <jeff>2008-06-17 03:14:12 +0000
committerjeff <jeff>2008-06-17 03:14:12 +0000
commit97c8cbe1a7645ecce1192a1c3c20807e428f907c (patch)
tree20712194785744ac0db594c2598cb0c6bf7b8b73
parent12a127ea6bf7ce19eecc7907b41e9ace03ab79ed (diff)
not forgetting to add fax and old customer id
-rw-r--r--conf/invoice_latex3
1 files changed, 3 insertions, 0 deletions
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 .= '';
}