merge with rel310C

This commit is contained in:
sparkyx 2008-02-11 18:53:44 +00:00
parent 2bddf09d9c
commit aefc4b1eb8
77 changed files with 1189 additions and 1205 deletions

View file

@ -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
";