From fbb18001e331de0a4826076dc25710cbe3664b26 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 25 Feb 2014 17:57:20 -0800 Subject: non-package fees, "hold until next bill" option, #25899 --- httemplate/edit/part_fee.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'httemplate') diff --git a/httemplate/edit/part_fee.html b/httemplate/edit/part_fee.html index dada23360..b1044c921 100644 --- a/httemplate/edit/part_fee.html +++ b/httemplate/edit/part_fee.html @@ -20,6 +20,7 @@ 'minimum' => 'Minimum fee', 'maximum' => 'Maximum fee', 'limit_credit' => 'Limit to customer credit balance', + 'nextbill' => 'Hold until the customer\'s next invoice', %locale_labels }, 'fields' => \@fields, @@ -86,6 +87,11 @@ my @fields = ( value => 'Y', }, + { field => 'nextbill', + type => 'checkbox', + value => 'Y', + }, + { field => 'setuprecur', type => 'select', options => [ 'setup', 'recur' ], -- cgit v1.2.1