diff options
Diffstat (limited to 'rt/share/html/Callbacks')
| -rw-r--r-- | rt/share/html/Callbacks/SearchCustomerFields/Search/Elements/PickBasics/Default | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/rt/share/html/Callbacks/SearchCustomerFields/Search/Elements/PickBasics/Default b/rt/share/html/Callbacks/SearchCustomerFields/Search/Elements/PickBasics/Default index abbafbcf1..369912b47 100644 --- a/rt/share/html/Callbacks/SearchCustomerFields/Search/Elements/PickBasics/Default +++ b/rt/share/html/Callbacks/SearchCustomerFields/Search/Elements/PickBasics/Default @@ -39,6 +39,19 @@ push @$Conditions, Path => '/Elements/SelectCustomerTag', }, }, + { + Name => 'Refnum', + Field => 'Advertising Source', + Op => { + Type => 'component', + Path => '/Elements/SelectBoolean', + Arguments => { TrueVal=> '=', FalseVal => '!=' }, + }, + Value => { + Type => 'component', + Path => '/Elements/SelectCustomerReferral', + }, + }, ; </%init> <%ARGS> |
