[freeside-devel] In smart_search function in cust_main.pm (CVS)

Ivan Kohler ivan at 420.am
Wed Jul 5 08:01:54 PDT 2006


Thanks for the bugfix!  Checked into HEAD and FREESIDE_1_5_BRANCH

It doesn't matter so much for something trivial like this, but unified 
diffs ("diff -u") would be helpful for anything larger in the future.

-- 
_ivan


On Tue, Jul 04, 2006 at 04:55:12PM -0400, Ryan Gunn wrote:
> When searching for a customer  it doesn't find any of the fuzzy results.
> below fixed this problem for me.
> 
>  
> 
>  
> 
> diff cust_main.pm cust_main.pm.orig
> 
> 3881a3882
> 
> > 
> 
> 3888c3889
> 
> <                                          'value' => "%$value%" },
> 
> ---
> 
> >                                          'value' => "%$q_value%" },
> 
> 3896c3897
> 
> <                                           'value' => "%$value%" },
> 
> ---
> 
> >                                           'value' => "%$q_value%" },
> 
> 3906c3907
> 
> <                                          'value' => "%$value%" },
> 
> ---
> 
> >                                          'value' => "%$q_value%" },
> 
> 3914c3915
> 
> <                                              'value' => "%$value%" },
> 
> ---
> 
> >                                              'value' => "%$q_value%" },
> 


More information about the freeside-devel mailing list