Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into test
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2021-01-06 12:44:28 +01:00
commit c454273405
2 changed files with 0 additions and 4 deletions

View File

@ -24,11 +24,9 @@
}
.icon-invoiceIn:before {
content: "\e960";
color: #5f5f5f;
}
.icon-invoiceOut:before {
content: "\e961";
color: #5f5f5f;
}
.icon-supplier:before {
content: "\e936";
@ -107,7 +105,6 @@
}
.icon-invoices:before {
content: "\e91c";
color: #5f5f5f;
}
.icon-pets:before {
content: "\e94e";

View File

@ -38,7 +38,6 @@ module.exports = Self => {
const ticket = await models.Ticket.findOne({
where: {
id: ticketId,
zoneFk: route.zoneFk,
routeFk: null,
landed: {between: [minDate, maxDate]},
}