RT# 82949 - changes section name from fees to pricing, better opiton
[freeside.git] / httemplate / edit / process / part_event.html
index 467d69a..9a244a8 100644 (file)
         $cgi->param('disabled', 'Y');
       }
 
+      if ( $action eq 'pkg_fee' && !$actionfields{feepart} ) {
+        return "Select a Fee Definition to use this Event Action";
+      }
+
       my $balance_age_rx = qr/^(condition.+)\.balance_age\.age$/;
 
       foreach my $param ( keys %{ $cgi->Vars() } ){