diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-09 01:06:47 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-09 01:06:47 +0200 |
commit | d3d0e42aeb8978502b173db7ca97fedf9e10b5e8 (patch) | |
tree | 529b8afe90d9535b75e6d4a712e00949382acb56 /ishtar_common/tasks.py | |
parent | 344c17b51e13a273e8b6e80d67cfa112d1ea6926 (diff) | |
download | Ishtar-d3d0e42aeb8978502b173db7ca97fedf9e10b5e8.tar.bz2 Ishtar-d3d0e42aeb8978502b173db7ca97fedf9e10b5e8.zip |
Serialization: fix WarehouseDivisionLink filter - test export action
Diffstat (limited to 'ishtar_common/tasks.py')
-rw-r--r-- | ishtar_common/tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/tasks.py b/ishtar_common/tasks.py index a68a30b86..631996684 100644 --- a/ishtar_common/tasks.py +++ b/ishtar_common/tasks.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2013-2014 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2013-2019 É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 |