more consistent price plan name in UI
[freeside.git] / FS / FS / part_pkg / agent.pm
index d926997..e1165c4 100644 (file)
@@ -15,7 +15,7 @@ $me = '[FS::part_pkg::agent]';
 
 %info = (
   'name'      => 'Wholesale bulk billing, for master customers of an agent.',
-  'shortname' => 'Wholesale bulk billing for agent.',
+  'shortname' => 'Wholesale bulk billing for agent',
   'inherit_fields' => [qw( prorate global_Mixin)],
   'fields' => {
     #'recur_method'  => { 'name' => 'Recurring fee method',
@@ -46,7 +46,7 @@ $me = '[FS::part_pkg::agent]';
 
   },
 
-  'fieldorder' => [qw( cutoff_day add_full_period no_pkg_prorate ) ],
+  'fieldorder' => [qw( cutoff_day add_full_period no_pkg_prorate display_separate_cust cost_only) ],
 
   'weight' => 52,