diff options
author | jeff <jeff> | 2008-06-23 15:37:15 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-06-23 15:37:15 +0000 |
commit | a8be11120336b0f1a8565f4abe4758f8211e1f5a (patch) | |
tree | 9be5c591e839d55c3c04cf30c57749dac3325dc6 /conf/invoice_html | |
parent | b57b46f7a4743346799dae9ae680152829889fc0 (diff) |
invoice service address modifications
Diffstat (limited to 'conf/invoice_html')
-rw-r--r-- | conf/invoice_html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/invoice_html b/conf/invoice_html index e2f16640d..0e7021e3b 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -60,6 +60,22 @@ ) %> </td> + <%= $ship_enable ? ('<td align="left">'. + join('<BR>',grep length($_), '<b>Service Address</b>', + $ship_company, + $ship_address1, + $ship_address2, + "$ship_city, $ship_state $ship_zip", + $ship_country, + ' ', + ' ', + ). + ($agent_custid ? "<b>ID:</b> $agent_custid<BR>" : ''). + ($ship_fax ? "<b>Fax:</b> $ship_fax<BR>" : ''). + '</td><tr><td></td><td></td>' + ) + : '' + %> <td align="right"> Terms: <%= $terms %><BR> <%= $po_line %> |