7404-fixStockBought #3004

Merged
pablone merged 9 commits from 7404-fixStockBought into dev 2024-09-24 09:32:50 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a5f3dbc15a - Show all commits

View File

@ -22,7 +22,7 @@ describe('item lastEntriesFilter()', () => {
} }
}); });
it('should return five entries for the given item', async() => { it('should return six entries for the given item', async() => {
const minDate = Date.vnNew(); const minDate = Date.vnNew();
minDate.setHours(0, 0, 0, 0); minDate.setHours(0, 0, 0, 0);
minDate.setMonth(minDate.getMonth() - 2, 1); minDate.setMonth(minDate.getMonth() - 2, 1);