From 29bace24d91984f2f6d5884a8094e2ddeb5d74d9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 22 Jun 2016 13:33:41 +0200 Subject: Operation source: show index on table and sheet --- archaeological_operations/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations/models.py') diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 3a7586e59..ab6b3abac 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -517,7 +517,7 @@ class OperationSource(Source): related_name="source") index = models.IntegerField(verbose_name=_(u"Index"), blank=True, null=True) - TABLE_COLS = ['operation.year', 'operation.operation_code'] + \ + TABLE_COLS = ['operation.year', 'operation.operation_code', 'index'] + \ Source.TABLE_COLS SHOW_URL = 'show-operationsource' MODIFY_URL = 'operation_source_modify' -- cgit v1.2.3