Change customer unpaid initial date
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
William Buezas 2024-03-28 15:58:07 -03:00
parent 643e068863
commit 998561badd
1 changed files with 1 additions and 1 deletions

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();
const unpaidClient = ref(false);
const isLoading = ref(false);
const amount = ref(null);