summaryrefslogtreecommitdiff
path: root/rt/share/html/Callbacks
diff options
context:
space:
mode:
authormark <mark>2012-02-17 02:35:27 +0000
committermark <mark>2012-02-17 02:35:27 +0000
commit156b1169a814021cfb5d546fb18218dedba1742d (patch)
treed6734a928e8c9d383114834e420ce8d997b8eccf /rt/share/html/Callbacks
parent90b57490d16e693d5c179a9a4695af7e9b1c9bff (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>