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

Ryan Gunn rgunn at wansol.net
Tue Jul 4 13:55:12 PDT 2006


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%" },

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://420.am/pipermail/freeside-devel/attachments/20060704/4c5b452b/attachment.htm


More information about the freeside-devel mailing list