X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FRecord.pm;h=5c0bd1491921a410a8fa19b9e645f99d1ece8afc;hb=3adb46fccf9f631e188ea5383bd147b340477639;hp=b700fa75f12cdd0b09a143cd602e9d22954dd2ca;hpb=2e8c617c6ad1d4d9dc5672422e972f0ba4f79472;p=freeside.git diff --git a/rt/lib/RT/Record.pm b/rt/lib/RT/Record.pm index b700fa75f..5c0bd1491 100755 --- a/rt/lib/RT/Record.pm +++ b/rt/lib/RT/Record.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2019 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -2196,6 +2196,7 @@ sub _AddCustomFieldValue { unless ( $new_value_id ) { return ( 0, $self->loc( "Could not add new custom field value: [_1]", $msg ) ); } + if ( $args{'RecordTransaction'} ) { my ( $tid, $msg ) = $self->_NewTransaction( Type => 'CustomField',