Hi, <br><br>I have implemented a scrip to notify the owner in the event someone else merges data into one of their tickets.  All works well but alas it actually sends the notification twice.  There is probably a real simple answer but it is baffling me.  Have just ignored it the last few months but now I am a little beyond that.<div>
<br></div><div>The scrip used is noted below;</div><div><br></div><div><div>my $txn = $self->TransactionObj;</div><div>return undef unless $txn->Type =~ /^AddLink$/i;</div><div>return undef unless $txn->Field =~ /^MergedInto$/i;</div>
<div>return 1;</div><div><br></div><div>Any assistance in stopping this will be greatly appreciated. </div><div><br></div><div>-- </div><div>Regards</div><div><br></div><div>Aaron</div></div>