diff --git a/CHANGES.md b/CHANGES.md deleted file mode 100644 index a52df11..0000000 --- a/CHANGES.md +++ /dev/null @@ -1,4 +0,0 @@ -0.0.1 - first version ----------------------- - - - first initial release diff --git a/ordr3/__init__.py b/ordr3/__init__.py index b29bc07..51e640c 100644 --- a/ordr3/__init__.py +++ b/ordr3/__init__.py @@ -3,7 +3,7 @@ A rewrite of our CPI ordering system. """ -__version__ = "1.1.0" +__version__ = "1.1.1" from pyramid.config import Configurator diff --git a/ordr3/templates/orders/list.jinja2 b/ordr3/templates/orders/list.jinja2 index c7c0b7d..31656c4 100644 --- a/ordr3/templates/orders/list.jinja2 +++ b/ordr3/templates/orders/list.jinja2 @@ -21,7 +21,7 @@ {% endfor %} -{% if request.has_permission("batch-edit", context) %} +{% if request.has_permission("batch-edit", context) and query_defaults['user'] != '-purchaser-' %}