summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-02-05 16:53:46 -0600
committerJonathan Prykop <jonathan@freeside.biz>2016-02-05 17:00:21 -0600
commit78a248c6f5f1f134215454d9d827bdff540a5206 (patch)
tree592c4a7047f2f2c1bacfb2911880dafc40840829
parent29df5bd8f2f5b8e067945884dd18b549c4fcec35 (diff)
RT#34237 installer scheduling [removed warns]
-rw-r--r--rt/share/html/Elements/CalendarSlotSchedule4
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'.