diff options
| author | ivan <ivan> | 2007-12-17 00:59:02 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2007-12-17 00:59:02 +0000 |
| commit | f144c3a14169d99fd93f265da690d9ce38dbae68 (patch) | |
| tree | 880d1704f3b2b80fb376d2fe594060587924322b /httemplate/search | |
| parent | ba6a046e7cbccee29fb13a32e0ae438faeccaf62 (diff) | |
add cust_main-require_address2 config, reimplement address2-search config ("Unit #" search in searchbar), visual indication of require_invoicing_list_email, closes: RT#2926
Diffstat (limited to 'httemplate/search')
| -rwxr-xr-x | httemplate/search/cust_main.cgi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/httemplate/search/cust_main.cgi b/httemplate/search/cust_main.cgi index b0f657fbb..1ddafae0b 100755 --- a/httemplate/search/cust_main.cgi +++ b/httemplate/search/cust_main.cgi @@ -688,9 +688,8 @@ % { 'address2' => { 'op' => 'ILIKE', % 'value' => $address2 } } ); % push @cust_main, qsearch( 'cust_main', -% { 'address2' => { 'op' => 'ILIKE', -% 'value' => $address2 } } ) -% if defined dbdef->table('cust_main')->column('ship_last'); +% { 'ship_address2' => { 'op' => 'ILIKE', +% 'value' => $address2 } } ); % % \@cust_main; %} |
