[freeside-commits] freeside/rt/share/html/Callbacks/SearchCustomerFields/Search/Elements/PickBasics Default, NONE, 1.1

Mark Wells mark at wavetail.420.am
Fri Nov 19 18:33:06 PST 2010


Update of /home/cvs/cvsroot/freeside/rt/share/html/Callbacks/SearchCustomerFields/Search/Elements/PickBasics
In directory wavetail.420.am:/tmp/cvs-serv11895/share/html/Callbacks/SearchCustomerFields/Search/Elements/PickBasics

Added Files:
	Default 
Log Message:
search tickets on some customer fields, RT#9328

--- NEW FILE: Default ---
<%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',
        },
    },
;
</%init>
<%ARGS>
$Conditions => []
</%ARGS>



More information about the freeside-commits mailing list