decimal places
authorMark Wells <mark@freeside.biz>
Thu, 21 Feb 2013 00:46:07 +0000 (16:46 -0800)
committerMark Wells <mark@freeside.biz>
Thu, 21 Feb 2013 00:46:07 +0000 (16:46 -0800)
httemplate/elements/tr-select-discount_term.html

index e9faeb2..d4218f8 100644 (file)
@@ -24,7 +24,9 @@ function change_discount_term(what) {
         id      => 'discount_term',
         options => [ '', @discount_term ],
         labels  => { '' => mt('1 month'), 
-                     map { $_ => mt('[_1] months', $_) } @discount_term },
+                     map { $_ => mt('[_1] months', sprintf('%.0f', $_)) }
+                      @discount_term
+                   },
         curr_value => '',
         onchange => $amount_id ? 'change_discount_term(this)' : '',
       &>