PR-CUSTOMER #186

Merged
jsegarra merged 105 commits from :PR-CUSTOMER into dev 2024-04-19 15:55:53 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 998561badd - Show all commits

View File

@ -15,7 +15,7 @@ const route = useRoute();
const { notify } = useNotify();
const stateStore = useStateStore();
const initialDated = '2001-01-01T11:00:00.000Z';
const initialDated = Date.vnNew();
jsegarra marked this conversation as resolved Outdated

TODO, revisar si hay otra opción

TODO, revisar si hay otra opción

Modificado

Commit: 998561badd

Modificado Commit: https://gitea.verdnatura.es/verdnatura/salix-front/commit/998561badd40ba7f32a0265c9865a44dae284586
const unpaidClient = ref(false);
const isLoading = ref(false);
const amount = ref(null);