diff options
Diffstat (limited to 'rt/share/html/Elements/CalendarSlotSchedule')
-rw-r--r-- | rt/share/html/Elements/CalendarSlotSchedule | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/share/html/Elements/CalendarSlotSchedule b/rt/share/html/Elements/CalendarSlotSchedule index 765569736..72c531694 100644 --- a/rt/share/html/Elements/CalendarSlotSchedule +++ b/rt/share/html/Elements/CalendarSlotSchedule @@ -109,8 +109,8 @@ % % 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'. |