fix editing of events that have reasons, from #31702
[freeside.git] / httemplate / elements / tr-select-reason.html
index c5b3d6f..0df7c05 100755 (executable)
@@ -159,6 +159,7 @@ if ( $opt{'cgi'} ) {
 }
 
 my $id = $opt{'id'} || $name;
+$id =~ s/\./_/g; # for edit/part_event
 
 my $add_access_right;
 if ($class eq 'C') {