X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fdiscount.html;h=9bcd1e72431a21ddec23561ff326c0b7aac077fc;hb=116ae6107240a49c854de2662678abb4fbb8acab;hp=4f440b2cbd6e25728c4aab349b6c55e8e90ddb83;hpb=4cacb3fa439b56fc7c9a742b69ec3f6ffd660433;p=freeside.git diff --git a/httemplate/edit/discount.html b/httemplate/edit/discount.html index 4f440b2cb..9bcd1e724 100644 --- a/httemplate/edit/discount.html +++ b/httemplate/edit/discount.html @@ -21,6 +21,8 @@ { field => 'months', type => 'text', size => 2, postfix => '
(blank for non-expiring discount)', }, + { field => 'setup', type => 'checkbox', value=>'Y', }, + #{ field => 'linked', type => 'checkbox', value=>'Y', }, ], 'labels' => { 'discountnum' => 'Discount #', @@ -29,7 +31,9 @@ '_type' => 'Type ', 'amount' => 'Amount ', 'percent' => 'Percentage ', - 'months' => '# of Months', + 'months' => 'Duration (months)', + 'setup' => 'Apply to setup fees', + #'linked' => 'Apply to add-on packages', }, 'viewall_dir' => 'browse', 'new_callback' => $new_callback, @@ -112,6 +116,10 @@ my $javascript = <