From: Ivan Kohler Date: Sun, 14 Jun 2015 21:05:56 +0000 (-0700) Subject: better UI/label for flag to include service address on invoices, RT#29406 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=98912ac0e8ca237cb9ce5a969f026a099b2954ea better UI/label for flag to include service address on invoices, RT#29406 --- diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 7343a9d16..c36a6e4b7 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -84,13 +84,12 @@ &> % unless ($conf->exists('invoice-ship_address')) { #it's always on, so hide per-cust config -   - + <% include('/elements/checkbox.html', 'field' => 'invoice_ship_address', 'value' => 'Y', 'curr_value' => $cust_main->invoice_ship_address, - 'postfix' => emt('included on invoices'), + 'postfix' => emt('Include service address on invoices'), ) %>