From fa47c15d7add0c8923f6c74d76608d12f170c3d5 Mon Sep 17 00:00:00 2001 From: Joan Sanchez Date: Tue, 5 Feb 2019 11:31:30 +0100 Subject: [PATCH] catalog item type dropdown show limit #1041 --- modules/order/back/methods/order/catalogFilter.js | 2 +- modules/order/front/filter/index.html | 4 +--- modules/order/front/filter/style.scss | 4 ++++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/modules/order/back/methods/order/catalogFilter.js b/modules/order/back/methods/order/catalogFilter.js index 519c96267..7c609ec8d 100644 --- a/modules/order/back/methods/order/catalogFilter.js +++ b/modules/order/back/methods/order/catalogFilter.js @@ -37,7 +37,7 @@ module.exports = Self => { }, }); - Self.catalogFilter = async (orderFk, orderBy, filter, tags) => { + Self.catalogFilter = async(orderFk, orderBy, filter, tags) => { let conn = Self.dataSource.connector; const stmts = []; let stmt; diff --git a/modules/order/front/filter/index.html b/modules/order/front/filter/index.html index f4949c88a..f4c1c6390 100644 --- a/modules/order/front/filter/index.html +++ b/modules/order/front/filter/index.html @@ -19,9 +19,7 @@ -