summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-terms.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-07-06 13:57:20 -0700
committerMark Wells <mark@freeside.biz>2016-07-06 13:57:20 -0700
commita983ba996fbd3d432443eff8afc4b09bb48ec443 (patch)
tree704e99caabb52a5c785e848da90c77c3259b4c19 /httemplate/elements/select-terms.html
parent5c1f29673647a123c6ccb0e999676f286ce0b9f6 (diff)
payment terms localiation, #71549
Diffstat (limited to 'httemplate/elements/select-terms.html')
-rw-r--r--httemplate/elements/select-terms.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/httemplate/elements/select-terms.html b/httemplate/elements/select-terms.html
index a330df1..eda439a 100644
--- a/httemplate/elements/select-terms.html
+++ b/httemplate/elements/select-terms.html
@@ -34,10 +34,7 @@ my $empty_label =
my $empty_value = $opt{'empty_value'} || '';
-my @terms = ( emt('Payable upon receipt'),
- ( map "Net $_",
- 0, 3, 5, 7, 9, 10, 14, 15, 18, 20, 21, 25, 30, 45, 60, 90 ),
- );
+my @terms = map emt($_), @FS::Conf::invoice_terms;
my @pre_options = $opt{pre_options} ? @{ $opt{pre_options} } : ();