add a bulk_simple price plan that behaves more intuitively for intial invoices, RT...
authorivan <ivan>
Thu, 11 Aug 2011 21:50:05 +0000 (21:50 +0000)
committerivan <ivan>
Thu, 11 Aug 2011 21:50:05 +0000 (21:50 +0000)
FS/FS/part_pkg/bulk_Common.pm

index f8f0ab8..67a683a 100644 (file)
@@ -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' ],