import rt 3.8.11
[freeside.git] / rt / lib / RT / Approval / Rule / Created.pm
index 324061e..40382f9 100644 (file)
@@ -68,4 +68,6 @@ sub Commit {
     $self->RunScripAction('Open Tickets' => 'Blank');
 }
 
+RT::Base->_ImportOverlays();
+
 1;