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 { 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 &&