improve customer field access in RT queries, #16490
[freeside.git] / rt / share / html / Callbacks / SearchCustomerFields / Search / Elements / PickBasics / Default
diff --git a/rt/share/html/Callbacks/SearchCustomerFields/Search/Elements/PickBasics/Default b/rt/share/html/Callbacks/SearchCustomerFields/Search/Elements/PickBasics/Default
deleted file mode 100644 (file)
index 369912b..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-<%init>
-push @$Conditions, 
-    {
-        Name => 'Agentnum',
-        Field => 'Agent',
-        Op => {
-            Type => 'component',
-            Path => '/Elements/SelectBoolean',
-            Arguments => { TrueVal=> '=', FalseVal => '!=' },
-        },
-        Value => {
-            Type => 'component',
-            Path => '/Elements/SelectCustomerAgent',
-        },
-    },
-    {
-        Name => 'Classnum',
-        Field => 'Customer Class',
-        Op => {
-            Type => 'component',
-            Path => '/Elements/SelectBoolean',
-            Arguments => { TrueVal=> '=', FalseVal => '!=' },
-        },
-        Value => {
-            Type => 'component',
-            Path => '/Elements/SelectCustomerClass',
-        },
-    },
-    {
-        Name => 'Tagnum',
-        Field => 'Tag',
-        Op => {
-            Type => 'component',
-            Path => '/Elements/SelectBoolean',
-            Arguments => { TrueVal=> '=', FalseVal => '!=' },
-        },
-        Value => {
-            Type => 'component',
-            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>
-$Conditions => []
-</%ARGS>