summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-terms.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-22 20:23:21 +0000
committerlevinse <levinse>2011-05-22 20:23:21 +0000
commit7c4a50d23058e764d9bb905df21d9ae6f7f01a4f (patch)
tree5d8c661ff9a628e3b1b47be3a1743f2844addd16 /httemplate/elements/select-terms.html
parent78ad530afc8cd865655dd86b249112f15fccdcf1 (diff)
internationalization/localization, RT12515
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 ),
);