From eb57c47e4fbc7440ff5ec3e88cb77e8dba3c5fcb Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 15 Sep 2011 00:37:29 +0200 Subject: Add operator_reference for operations (closes #367) --- ishtar/ishtar_base/models.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar/ishtar_base/models.py') diff --git a/ishtar/ishtar_base/models.py b/ishtar/ishtar_base/models.py index 52ad08587..75a3517a0 100644 --- a/ishtar/ishtar_base/models.py +++ b/ishtar/ishtar_base/models.py @@ -1369,6 +1369,8 @@ class Operation(BaseHistorizedItem, OwnPerms): _(u"Prescription on large area"), blank=True, null=True) geoarchaeological_context_prescription = models.NullBooleanField( _(u"Prescription on geoarchaeological context"), blank=True, null=True) + operator_reference = models.CharField(_(u"Operator reference"), + max_length=20, null=True, blank=True) comment = models.TextField(_(u"Comment"), null=True, blank=True) history = HistoricalRecords() -- cgit v1.2.3