This commit is contained in:
2026-01-03 13:10:43 +00:00
parent f1c9f504e3
commit 2a380a00aa
248 changed files with 87845 additions and 81470 deletions

View File

@@ -65,6 +65,7 @@ class Avenant extends Modele {
WHERE (A.idPolice=?) AND (B.ajoutAliment="1")
AND (A.codeTypeAvenant IN ("AFN","INC","RET"))
AND (A.dateEffet>=P.dateEffet)
and A.ajoutClient="1"
ORDER BY A.numeroAvenant DESC;';
}
else