Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 2704-export_production
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
commit
81edd9e57d
|
@ -24,11 +24,9 @@
|
||||||
}
|
}
|
||||||
.icon-invoiceIn:before {
|
.icon-invoiceIn:before {
|
||||||
content: "\e960";
|
content: "\e960";
|
||||||
color: #5f5f5f;
|
|
||||||
}
|
}
|
||||||
.icon-invoiceOut:before {
|
.icon-invoiceOut:before {
|
||||||
content: "\e961";
|
content: "\e961";
|
||||||
color: #5f5f5f;
|
|
||||||
}
|
}
|
||||||
.icon-supplier:before {
|
.icon-supplier:before {
|
||||||
content: "\e936";
|
content: "\e936";
|
||||||
|
@ -107,7 +105,6 @@
|
||||||
}
|
}
|
||||||
.icon-invoices:before {
|
.icon-invoices:before {
|
||||||
content: "\e91c";
|
content: "\e91c";
|
||||||
color: #5f5f5f;
|
|
||||||
}
|
}
|
||||||
.icon-pets:before {
|
.icon-pets:before {
|
||||||
content: "\e94e";
|
content: "\e94e";
|
||||||
|
|
|
@ -38,7 +38,6 @@ module.exports = Self => {
|
||||||
const ticket = await models.Ticket.findOne({
|
const ticket = await models.Ticket.findOne({
|
||||||
where: {
|
where: {
|
||||||
id: ticketId,
|
id: ticketId,
|
||||||
zoneFk: route.zoneFk,
|
|
||||||
routeFk: null,
|
routeFk: null,
|
||||||
landed: {between: [minDate, maxDate]},
|
landed: {between: [minDate, maxDate]},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue