merge with rel310C
This commit is contained in:
parent
2bddf09d9c
commit
aefc4b1eb8
77 changed files with 1189 additions and 1205 deletions
|
|
@ -105,8 +105,8 @@ class Customer extends fiche{
|
|||
jrnx as A
|
||||
join jrnx as B using (j_grpt)
|
||||
where
|
||||
A.j_poste like '".$CUSTOMER."%' and
|
||||
B.j_poste like '".$SOLD."%'
|
||||
A.j_poste::text like '".$CUSTOMER."%' and
|
||||
B.j_poste::text like '".$SOLD."%'
|
||||
$cond_sql
|
||||
";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue