From c39604fbc1e41a7f22859bd1d6a112713b136621 Mon Sep 17 00:00:00 2001 From: Juan Date: Wed, 20 Jun 2018 13:45:55 +0200 Subject: [PATCH] Tags ordered by priority in item's file --- debian/changelog | 2 +- forms/ecomerce/catalog/ui.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8b1ef879..460067de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.406.08) stable; urgency=low +hedera-web (1.406.09) stable; urgency=low * Initial Release. diff --git a/forms/ecomerce/catalog/ui.xml b/forms/ecomerce/catalog/ui.xml index 39a8fda6..947a7f5f 100644 --- a/forms/ecomerce/catalog/ui.xml +++ b/forms/ecomerce/catalog/ui.xml @@ -416,6 +416,7 @@ JOIN vn.tag t ON t.id = it.tagFk JOIN vn.tagL10n l ON l.id = t.id WHERE it.itemFk = #item + ORDER BY it.priority