diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-21 17:53:24 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-21 17:53:24 +0200 | 
| commit | f11252fcd8a89501db585a6fc997c3d0b7df2073 (patch) | |
| tree | ef9f119ccb0102243bfec5d1a12720dc7023a232 /archaeological_operations/models.py | |
| parent | 543904adcec8a1877bb8ec83533bb7bed37a8301 (diff) | |
| download | Ishtar-f11252fcd8a89501db585a6fc997c3d0b7df2073.tar.bz2 Ishtar-f11252fcd8a89501db585a6fc997c3d0b7df2073.zip | |
Operations: DRACAR to old code (refs #3093)
Diffstat (limited to 'archaeological_operations/models.py')
| -rw-r--r-- | archaeological_operations/models.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 3ea2b15a2..b82854f20 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -192,12 +192,12 @@ class Operation(BaseHistorizedItem, OwnPerms, ValueGetter, ShortMenuItem,      report_processing = models.ForeignKey(          ReportState, verbose_name=_(u"Report processing"),          blank=True, null=True) +    old_code = models.CharField(_(u"Old code"), max_length=200, null=True, +                                blank=True)      if settings.COUNTRY == 'fr':          code_patriarche = models.IntegerField(u"Code PATRIARCHE", null=True,                                                blank=True, unique=True)          TABLE_COLS = ['full_code_patriarche'] + TABLE_COLS -        code_dracar = models.CharField(u"Code DRACAR", max_length=200, -                                       null=True, blank=True)          # preventive          fnap_financing = models.FloatField(u"Financement FNAP (%)",                                             blank=True, null=True) | 
