X-Git-Url: http://git.auf.org/?p=auf_rh_dae.git;a=blobdiff_plain;f=project%2Frh%2Fmodels.py;h=48971a8bf5ae979939683a463983ec4f6c48358b;hp=d9db8219504d033cca1dcf708c378f70f9673b34;hb=93494cf150286f778a04b6d2843c712a5e53c17a;hpb=1d0f4eef756d50da91fff69ee31a15217423240e diff --git a/project/rh/models.py b/project/rh/models.py index d9db821..48971a8 100644 --- a/project/rh/models.py +++ b/project/rh/models.py @@ -546,7 +546,7 @@ class DossierComparaison(models.Model): poste = models.CharField(max_length=255, null=True, blank=True) personne = models.CharField(max_length=255, null=True, blank=True) montant = models.IntegerField(null=True) - devise = models.ForeignKey(rh.Devise, default=5, related_name='+', null=True, blank=True) + devise = models.ForeignKey('Devise', default=5, related_name='+', null=True, blank=True) def taux_devise(self): liste_taux = self.devise.tauxchange_set.order_by('-annee').filter(implantation=self.dossier.poste.implantation)