From 3c0c02570de780a7afe0b6f240306a6b82b3e41f Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 23 Jun 2008 15:36:25 +0000 Subject: invoice service address modifications --- conf/invoice_html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'conf/invoice_html') diff --git a/conf/invoice_html b/conf/invoice_html index be03d1635..331a0b978 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -60,6 +60,22 @@ ) %> + <%= $ship_enable ? (''. + join('
',grep length($_), 'Service Address', + $ship_company, + $ship_address1, + $ship_address2, + "$ship_city, $ship_state $ship_zip", + $ship_country, + ' ', + ' ', + ). + ($agent_custid ? "ID: $agent_custid
" : ''). + ($ship_fax ? "Fax: $ship_fax
" : ''). + '' + ) + : '' + %> Terms: <%= $terms %>
<%= $po_line %> -- cgit v1.2.1