Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 3558-setQuantitySale

This commit is contained in:
Alex Moreno 2022-02-07 08:01:38 +01:00
commit e958453831
2 changed files with 2 additions and 3 deletions

View File

@ -297,7 +297,7 @@
.icon-photo:before {
content: "\e924";
}
.icon-planta:before {
.icon-plant:before {
content: "\e908";
}
.icon-polizon:before {

View File

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