X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=conf%2Finvoice_html;h=0e7021e3baed1c86fed5e6807e6a2edb0656c833;hb=a8be11120336b0f1a8565f4abe4758f8211e1f5a;hp=5afbb7ad32c35362b5445d272fc6abfe2a5b0539;hpb=3b54099d7b5532a411bb477006d78844c0597745;p=freeside.git diff --git a/conf/invoice_html b/conf/invoice_html index 5afbb7ad3..0e7021e3b 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 %> @@ -148,7 +164,7 @@ $OUT .= ''. qq( ). - qq( colspan=3). + qq(). #colspan=3??? $section->{'description'}. ' Total '. qq(). $section->{'subtotal'}. ''.