X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fdiscount.html;h=6e0d8e1a739a7a432699c01e1afb14fae505bd72;hb=8d534e61d74e561a15f0863a835cda4af639a9ea;hp=24d8fa507ba26173dec8ac345e6c32b89fbde1de;hpb=0fcdc36642e1430f02ebf5326740e231883bd41f;p=freeside.git diff --git a/httemplate/edit/discount.html b/httemplate/edit/discount.html index 24d8fa507..6e0d8e1a7 100644 --- a/httemplate/edit/discount.html +++ b/httemplate/edit/discount.html @@ -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,