0
0
Fork 0

Merge pull request 'warmfix: ItemLastEntries to date' () from warmfix_itemLastEntriesFilter into test

Reviewed-on: 
Reviewed-by: Carlos Satorres <carlossa@verdnatura.es>
This commit is contained in:
Javier Segarra 2024-11-21 09:09:50 +00:00
commit f36363dbd2
1 changed files with 1 additions and 1 deletions
src/pages/Item/Card

View File

@ -170,7 +170,7 @@ onMounted(async () => {
from.value = getDate(_from, 'from');
const _to = Date.vnNew();
_to.setDate(_to.getDate() + 10);
to.value = getDate(Date.vnNew(), 'to');
to.value = getDate(_to, 'to');
updateFilter();