a
This commit is contained in:
parent
2b061a8f58
commit
494b90802e
|
|
@ -297,7 +297,8 @@ class Beneficiaire extends Modele {
|
||||||
ratioAvenant,
|
ratioAvenant,
|
||||||
dateEffet,
|
dateEffet,
|
||||||
codeEtatFacturation,
|
codeEtatFacturation,
|
||||||
delaiCarence
|
delaiCarence,
|
||||||
|
ajoutClient
|
||||||
)
|
)
|
||||||
|
|
||||||
select
|
select
|
||||||
|
|
@ -345,7 +346,8 @@ class Beneficiaire extends Modele {
|
||||||
BN.ratioAvenant,
|
BN.ratioAvenant,
|
||||||
BN.dateEffet,
|
BN.dateEffet,
|
||||||
BN.codeEtatFacturation,
|
BN.codeEtatFacturation,
|
||||||
BN.delaiCarence
|
BN.delaiCarence,
|
||||||
|
"1"
|
||||||
from adherent A
|
from adherent A
|
||||||
join beneficiaire_temp BN on (BN.idAdherent=A.id)
|
join beneficiaire_temp BN on (BN.idAdherent=A.id)
|
||||||
join college B ON (B.id=A.idCollege)
|
join college B ON (B.id=A.idCollege)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user