2
0
forked from Wavyzz/dolibarr

Fix modulebuilder

This commit is contained in:
Laurent Destailleur
2020-01-09 22:14:39 +01:00
parent f9262b0dcf
commit f48c7d2ecf
16 changed files with 170 additions and 124 deletions

View File

@@ -7661,6 +7661,7 @@ function natural_search($fields, $value, $mode = 0, $nofirstand = 0)
$operator = '=';
$newcrit = preg_replace('/([<>=]+)/', '', trim($crit));
$reg = array();
preg_match('/([<>=]+)/', trim($crit), $reg);
if ($reg[1])
{