diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-04-04 18:48:14 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-04-04 18:48:14 +0200 |
commit | 38f7e9685df66772253a4eb1cd6d53a9d461a937 (patch) | |
tree | 6a132db71c7a30abf475fdeaf7a8f0afc2bb2eae /archaeological_operations/views.py | |
parent | 6c225450c36c0fb58df61dd641f25fa78db2c7a5 (diff) | |
download | Ishtar-38f7e9685df66772253a4eb1cd6d53a9d461a937.tar.bz2 Ishtar-38f7e9685df66772253a4eb1cd6d53a9d461a937.zip |
Operation sheet: group parcels by sections - add parcels to File sheet (refs #1193)
Diffstat (limited to 'archaeological_operations/views.py')
-rw-r--r-- | archaeological_operations/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py index 84f208bf3..6e570fc97 100644 --- a/archaeological_operations/views.py +++ b/archaeological_operations/views.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2010-2013 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as |