[Rt-commit] [svn] r1572 - rtir/branches/1.1-TESTING/lib/RT/Action
leira at pallas.eruditorum.org
leira at pallas.eruditorum.org
Mon Sep 27 23:25:59 EDT 2004
Author: leira
Date: Mon Sep 27 23:25:58 2004
New Revision: 1572
Modified:
rtir/branches/1.1-TESTING/lib/RT/Action/RTIR_SetDueToNow.pm
Log:
Removed debugging statements, fixed docs.
Modified: rtir/branches/1.1-TESTING/lib/RT/Action/RTIR_SetDueToNow.pm
==============================================================================
--- rtir/branches/1.1-TESTING/lib/RT/Action/RTIR_SetDueToNow.pm (original)
+++ rtir/branches/1.1-TESTING/lib/RT/Action/RTIR_SetDueToNow.pm Mon Sep 27 23:25:58 2004
@@ -72,7 +72,7 @@
=head2 Commit
-Set the Due date to now.
+Set the Due date to a configured value.
=cut
@@ -88,9 +88,6 @@
my $bh = RT::IR::BusinessHours();
# Set the defaults from the RTIR_Config.pm file
- print STDERR "Setting in hours: " . $RT::SLA_Response_InHours . "\n";
- print STDERR "Setting out of hours: " . $RT::SLA_Response_OutOfHours . "\n";
-
$SLAObj->SetInHoursDefault($RT::SLA_Response_InHours);
$SLAObj->SetOutOfHoursDefault($RT::SLA_Response_OutOfHours);
More information about the Rt-commit
mailing list