summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-terms.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/select-terms.html')
-rw-r--r--httemplate/elements/select-terms.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/elements/select-terms.html b/httemplate/elements/select-terms.html
index 417c30fda..d63c49219 100644
--- a/httemplate/elements/select-terms.html
+++ b/httemplate/elements/select-terms.html
@@ -26,13 +26,13 @@ my $conf = new FS::Conf;
my $empty_label =
$opt{'empty_label'}
- || 'Default ('.
- ($conf->config('invoice_default_terms') || 'Payable upon receipt').
+ || emt('Default').' ('.
+ ($conf->config('invoice_default_terms') || emt('Payable upon receipt')).
')';
my $empty_value = $opt{'empty_value'} || '';
-my @terms = ( 'Payable upon receipt',
+my @terms = ( emt('Payable upon receipt'),
( map "Net $_", 0, 3, 9, 10, 15, 20, 30, 45, 60, 90 ),
);