sp_fr: propagate renaming of procedures (#31595)

Methods generating list of custom variables had to be renamed.
This commit is contained in:
Benjamin Dauvergne 2019-04-30 16:56:00 +02:00
parent 4e2ba91736
commit 901f596c69
1 changed files with 2 additions and 2 deletions

View File

@ -532,7 +532,7 @@ class Mapping(models.Model):
yield 'portee'
@property
def variables_RCO(self):
def variables_recensementCitoyen(self):
yield 'motif'
yield 'motif_exemple'
yield 'justificatif_exemption'
@ -558,7 +558,7 @@ class Mapping(models.Model):
yield 'commune_naissance_p2'
@property
def variables_DDPACS(self):
def variables_depotDossierPACS(self):
yield 'pj_an'
yield 'pj_anp'
yield 'pj_cp'