RT#34237 installer scheduling [removed warns]
authorJonathan Prykop <jonathan@freeside.biz>
Fri, 5 Feb 2016 22:53:46 +0000 (16:53 -0600)
committerJonathan Prykop <jonathan@freeside.biz>
Fri, 5 Feb 2016 22:53:46 +0000 (16:53 -0600)
rt/share/html/Elements/CalendarSlotSchedule

index 7655697..72c5316 100644 (file)
 %
 %         my $member = "freeside://freeside/cust_main/$custnum";
 %
-%warn         my $Starts = int($tod_row/60). ':'. sprintf('%02d',$tod_row%60). ':00';
-%warn         my $Due    = int(($tod_row+$LengthMin)/60). ':'.
+%         my $Starts = int($tod_row/60). ':'. sprintf('%02d',$tod_row%60). ':00';
+%         my $Due    = int(($tod_row+$LengthMin)/60). ':'.
 %                      sprintf('%02d',($tod_row+$LengthMin)%60). ':00';
 %
 %         my $url = $RT::WebPath. '/Ticket/Display.html?id=new'.