rt 4.2.14 (#13852)
[freeside.git] / rt / lib / RT / Condition / PriorityChange.pm
index 06b5b06..4e9dc05 100644 (file)
@@ -2,7 +2,7 @@
 #
 # COPYRIGHT:
 #
-# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC
+# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC
 #                                          <sales@bestpractical.com>
 #
 # (Except where explicitly superseded by other copyright notices)
@@ -62,10 +62,10 @@ the Priority Obj
 sub IsApplicable {
     my $self = shift;
     if ($self->TransactionObj->Field eq 'Priority') {
-       return(1);
-    } 
+        return(1);
+    }
     else {
-       return(undef);
+        return(undef);
     }
 }