summaryrefslogtreecommitdiff
path: root/httemplate/edit/cust_main/billing.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-12-05 10:45:26 -0800
committerIvan Kohler <ivan@freeside.biz>2014-12-05 10:45:26 -0800
commitc7c96355331687b6fd44bfe541b402bd0664481d (patch)
treee39453120b474fc911b8bcc356a0e6059f924e6f /httemplate/edit/cust_main/billing.html
parentbe2a6e7068337aa57b04bd7fa88090002d79a64b (diff)
agent-ize invoice_default_terms, RT#32513
Diffstat (limited to 'httemplate/edit/cust_main/billing.html')
-rw-r--r--httemplate/edit/cust_main/billing.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/edit/cust_main/billing.html b/httemplate/edit/cust_main/billing.html
index 1f44905f8..fcd8f017c 100644
--- a/httemplate/edit/cust_main/billing.html
+++ b/httemplate/edit/cust_main/billing.html
@@ -547,7 +547,8 @@
<TD ALIGN="right" WIDTH="200"><% mt('Invoice terms') |h %> </TD>
<TD WIDTH="408">
<& /elements/select-terms.html,
- 'curr_value' => $cust_main->invoice_terms,
+ 'curr_value' => $cust_main->invoice_terms,
+ 'agentnum' => $cust_main->agentnum,
&>
</TD>
</TR>