From: ivan Date: Thu, 11 Aug 2011 21:50:05 +0000 (+0000) Subject: add a bulk_simple price plan that behaves more intuitively for intial invoices, RT... X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=0efeae9dd2418f277b96c48ff534e709ea3bbe6e;p=freeside.git add a bulk_simple price plan that behaves more intuitively for intial invoices, RT#14015 --- diff --git a/FS/FS/part_pkg/bulk_Common.pm b/FS/FS/part_pkg/bulk_Common.pm index f8f0ab881..67a683a12 100644 --- a/FS/FS/part_pkg/bulk_Common.pm +++ b/FS/FS/part_pkg/bulk_Common.pm @@ -23,10 +23,6 @@ $me = '[FS::part_pkg::bulk_Common]'; 'instead of a detailed list', 'type' => 'checkbox', }, - 'no_prorate' => { 'name' => 'Don\'t prorate recurring fees on services '. - 'active for a partial month', - 'type' => 'checkbox', - }, }, 'fieldorder' => [ 'svc_setup_fee', 'svc_recur_fee', 'summarize_svcs', 'no_prorate' ],