X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Flib%2FRT%2FScrip.pm;h=48547ccfd2316e2bc3590037fd93e90dfc11d206;hp=eedd4060f45a75546fcfa09e60c9349b1e436c0c;hb=7322f2afedcc2f427e997d1535a503613a83f088;hpb=0ed195595b5c7ea404c8848d9d1881ada4214489 diff --git a/rt/lib/RT/Scrip.pm b/rt/lib/RT/Scrip.pm index eedd4060f..48547ccfd 100755 --- a/rt/lib/RT/Scrip.pm +++ b/rt/lib/RT/Scrip.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2016 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -113,8 +113,6 @@ sub Create { CustomPrepareCode => undef, CustomCommitCode => undef, CustomIsApplicableCode => undef, - ConditionRules => undef, - ActionRules => undef, @_ ); @@ -198,8 +196,6 @@ sub Create { CustomPrepareCode => $args{'CustomPrepareCode'}, CustomCommitCode => $args{'CustomCommitCode'}, CustomIsApplicableCode => $args{'CustomIsApplicableCode'}, - ConditionRules => $args{'ConditionRules'}, - ActionRules => $args{'ActionRules'}, ); return ( $id, $msg ) unless $id;