import torrus 1.0.9
[freeside.git] / httemplate / edit / discount.html
index 24d8fa5..6e0d8e1 100644 (file)
@@ -4,6 +4,8 @@
                  'fields' => [
                                'name',
                                { field => 'disabled', type => 'checkbox', value=>'Y', },
+                               # a weird kind of false laziness
+                               # w/elements/tr-select-discount.html
                                { field => '_type',    type => 'select',
                                  options => \@_type_options,
                                  onchange => '_type_changed',
@@ -27,7 +29,7 @@
                                '_type'       => 'Type ',
                                'amount'      => 'Amount ',
                                'percent'     => 'Percentage ',
-                               'months'      => '# of Months',
+                               'months'      => 'Duration (months)',
                              },
                  'viewall_dir' => 'browse',
                  'new_callback' => $new_callback,