[freeside-commits] branch FREESIDE_4_BRANCH updated. 78a248c6f5f1f134215454d9d827bdff540a5206
Jonathan Prykop
jonathan at 420.am
Fri Feb 5 15:01:17 PST 2016
The branch, FREESIDE_4_BRANCH has been updated
via 78a248c6f5f1f134215454d9d827bdff540a5206 (commit)
from 29df5bd8f2f5b8e067945884dd18b549c4fcec35 (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 78a248c6f5f1f134215454d9d827bdff540a5206
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