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 | 8a17c17d45a2c9b63c5a70c4a6e3e56cc3c942d4 (patch) | |
tree | 529b8afe90d9535b75e6d4a712e00949382acb56 /ishtar_common/tasks.py | |
parent | 51f31dd7dfd62c2d9de75e83ccf1727190514157 (diff) | |
download | Ishtar-8a17c17d45a2c9b63c5a70c4a6e3e56cc3c942d4.tar.bz2 Ishtar-8a17c17d45a2c9b63c5a70c4a6e3e56cc3c942d4.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 |