X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FScrip.pm;h=71080a00cff92dc145c9ab02bb825f81d1ebcc32;hb=45d35d5739d05e602bc317739485693e0e9ff0b5;hp=950661624cc627e2d39af28b288d47f5a3a5b9a0;hpb=f3c4966ed1f6ec3db7accd6dcdd3a5a3821d72a7;p=freeside.git diff --git a/rt/lib/RT/Scrip.pm b/rt/lib/RT/Scrip.pm index 950661624..71080a00c 100755 --- a/rt/lib/RT/Scrip.pm +++ b/rt/lib/RT/Scrip.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -233,7 +233,7 @@ sub QueueObj { =head2 ActionObj -Retuns an RT::Action object with this Scrip\'s Action +Retuns an RT::Action object with this Scrip's Action =cut @@ -285,7 +285,7 @@ sub LoadModules { =head2 TemplateObj -Retuns an RT::Template object with this Scrip\'s Template +Retuns an RT::Template object with this Scrip's Template =cut @@ -362,7 +362,7 @@ sub Apply { =head2 IsApplicable -Calls the Condition object\'s IsApplicable method +Calls the Condition object's IsApplicable method Upon success, returns the applicable Transaction object. Otherwise, undef is returned. @@ -545,7 +545,7 @@ sub _Set { } } - return $self->__Set(@_); + return $self->SUPER::_Set(@_); } @@ -633,7 +633,7 @@ sub CompileCheck { do { no strict 'vars'; - eval "sub { $code }"; + eval "sub { $code \n }"; }; next if !$@;