add option to credit customer sales person if there is no package sales person to...
[freeside.git] / FS / FS / part_event / Action / Mixin / credit_sales_pkg_class.pm
index fc7a3e3..5c090ef 100644 (file)
@@ -11,12 +11,6 @@ sub option_fields {
 
   delete $option_fields{'percent'};
 
-  $option_fields{'cust_main_sales'} = {
-    'label' => "Credit the customer sales person if there is no package sales person",
-    'type'  => 'checkbox',
-    'value' => 'Y',
-  };
-
   %option_fields;
 }