[freeside-commits] branch master updated. d01ecfec7312a6a750f94bdebca89fb60cfd9e48
Jonathan Prykop
jonathan at 420.am
Fri Feb 5 14:54:07 PST 2016
The branch, master has been updated
via d01ecfec7312a6a750f94bdebca89fb60cfd9e48 (commit)
from 9192ae1275e778f890d75c07066ddd2e4cabaa26 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d01ecfec7312a6a750f94bdebca89fb60cfd9e48
Author: Jonathan Prykop <jonathan at freeside.biz>
Date: Fri Feb 5 16:53:46 2016 -0600
RT#34237 installer scheduling [removed warns]
diff --git a/rt/share/html/Elements/CalendarSlotSchedule b/rt/share/html/Elements/CalendarSlotSchedule
index 7655697..72c5316 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'.
-----------------------------------------------------------------------
Summary of changes:
rt/share/html/Elements/CalendarSlotSchedule | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list