diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2014-12-05 10:45:26 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2014-12-05 10:45:26 -0800 |
| commit | c7c96355331687b6fd44bfe541b402bd0664481d (patch) | |
| tree | e39453120b474fc911b8bcc356a0e6059f924e6f /httemplate/view | |
| parent | be2a6e7068337aa57b04bd7fa88090002d79a64b (diff) | |
agent-ize invoice_default_terms, RT#32513
Diffstat (limited to 'httemplate/view')
| -rw-r--r-- | httemplate/view/cust_main/billing.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 2c4b3fb2d..64ec591a2 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -260,7 +260,12 @@ <TR> <TD ALIGN="right"><% mt('Invoice terms') |h %></TD> <TD BGCOLOR="#ffffff"> - <% $cust_main->invoice_terms || emt('Default').' ('. ( $conf->config('invoice_default_terms') || emt('Payable upon receipt') ). ')' %> + <% $cust_main->invoice_terms + || emt('Default').' ('. ( $conf->config('invoice_default_terms', $cust_main->agentnum) + || emt('Payable upon receipt') + ). + ')' + %> </TD> </TR> <TR> |
