From dc47af7224a73900c1c51458ac74dea28f323fff Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 3 Feb 2022 11:51:50 +0100 Subject: [PATCH 1/2] feat(ticket): isEmpty ticketRequest not necessary isOk --- modules/ticket/back/methods/ticket/isEmpty.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/ticket/back/methods/ticket/isEmpty.js b/modules/ticket/back/methods/ticket/isEmpty.js index 315687894..f7f9cd4d1 100644 --- a/modules/ticket/back/methods/ticket/isEmpty.js +++ b/modules/ticket/back/methods/ticket/isEmpty.js @@ -42,8 +42,7 @@ module.exports = function(Self) { }, myOptions); const hasPurchaseRequests = await models.TicketRequest.count({ - ticketFk: id, - isOk: true + ticketFk: id }, myOptions); const isEmpty = !hasSales && !hasPackages && From 460923464a63a7ab0939eee5dba35de43467e6ae Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 3 Feb 2022 11:52:55 +0100 Subject: [PATCH 2/2] fix(icon): icon-plant --- front/core/styles/icons/salixfont.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/core/styles/icons/salixfont.css b/front/core/styles/icons/salixfont.css index 24406837f..6f513cb1b 100644 --- a/front/core/styles/icons/salixfont.css +++ b/front/core/styles/icons/salixfont.css @@ -297,7 +297,7 @@ .icon-photo:before { content: "\e924"; } -.icon-planta:before { +.icon-plant:before { content: "\e908"; } .icon-polizon:before {