summaryrefslogtreecommitdiff
path: root/rt/share/html/Callbacks
diff options
context:
space:
mode:
authormark <mark>2012-02-17 02:35:39 +0000
committermark <mark>2012-02-17 02:35:39 +0000
commit29b131510b1bf65ec799f9ee3de10af5dbe07573 (patch)
tree80d0dda0a30d636c78de1999b0acdd0ce26124d8 /rt/share/html/Callbacks
parent3a467bcd3373738120f092c5a9ad3c7e8223822f (diff)
search tickets by customer advertising source, #16490
Diffstat (limited to 'rt/share/html/Callbacks')
-rw-r--r--rt/share/html/Callbacks/SearchCustomerFields/Search/Elements/PickBasics/Default13
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>