Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into 5914-hotFix-transferInvoice
This commit is contained in:
commit
121caee93a
|
@ -39,6 +39,7 @@ module.exports = Self => {
|
||||||
started.setFullYear(year);
|
started.setFullYear(year);
|
||||||
started.setMonth(0);
|
started.setMonth(0);
|
||||||
started.setDate(1);
|
started.setDate(1);
|
||||||
|
started.setHours(0, 0, 0, 0);
|
||||||
|
|
||||||
const ended = Date.vnNew();
|
const ended = Date.vnNew();
|
||||||
ended.setFullYear(year);
|
ended.setFullYear(year);
|
||||||
|
|
Loading…
Reference in New Issue