summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/invoice_html2
-rw-r--r--conf/invoice_latex3
2 files changed, 0 insertions, 5 deletions
diff --git a/conf/invoice_html b/conf/invoice_html
index 58d495633..a43cc92b7 100644
--- a/conf/invoice_html
+++ b/conf/invoice_html
@@ -71,8 +71,6 @@
' ',
' ',
).
- ($agent_custid ? "<b>ID:</b> $agent_custid<BR>" : '').
- ($ship_fax ? "<b>Fax:</b> $ship_fax<BR>" : '').
'</td><tr><td></td><td></td>'
)
: ''
diff --git a/conf/invoice_latex b/conf/invoice_latex
index 13698331c..e6735b6ec 100644
--- a/conf/invoice_latex
+++ b/conf/invoice_latex
@@ -228,9 +228,6 @@
$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 .= '';
}