X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fpart_event%2FAction%2Faddtag.pm;h=c929b41dbdf4ed8420e40d2b8614bd20dafe049e;hb=9de91f76024959b359e07c20c08497118e1cb895;hp=c4e9820b72e14872ed4512e7ee27799ebaf7c7ed;hpb=4f3565bf10ff89ceca0ebb9d3e1b63674f69ce60;p=freeside.git diff --git a/FS/FS/part_event/Action/addtag.pm b/FS/FS/part_event/Action/addtag.pm index c4e9820b7..c929b41db 100644 --- a/FS/FS/part_event/Action/addtag.pm +++ b/FS/FS/part_event/Action/addtag.pm @@ -25,12 +25,12 @@ sub option_fields { ); } -sub default_weight { 20; } +sub default_weight { 21; } sub do_action { my( $self, $object, $tagnum ) = @_; - my %exists = map { $_->tagnum => $_->tagnum } + my %exists = map { $_->tagnum => $_->tagnum } qsearch({ table => 'cust_tag', hashref => { custnum => $object->custnum, },