From b3f9e89ed604dc63a7305248d3c2fa2bca7d355a Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Mon, 10 Aug 2020 17:03:24 +0200 Subject: [PATCH] fix text on backoffice page --- src/backoffice/templates/orders_merchandise.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backoffice/templates/orders_merchandise.html b/src/backoffice/templates/orders_merchandise.html index 4add8f66..676b3385 100644 --- a/src/backoffice/templates/orders_merchandise.html +++ b/src/backoffice/templates/orders_merchandise.html @@ -13,7 +13,7 @@ Merchandise Orders | {{ block.super }}
Use this view to look at merchandise orders.
- This table shows all OrderProductRelations which are Merchandise (not including handed out, unpaid, cancelled and refunded orders). The table is initally sorted by order ID but the sorting can be changed by clicking the column headlines (if javascript is enabled). + This table shows all OrderProductRelations which are Merchandise (not including cancelled and refunded orders). The table is initally sorted by order ID but the sorting can be changed by clicking the column headlines (if javascript is enabled).