From 998561badd40ba7f32a0265c9865a44dae284586 Mon Sep 17 00:00:00 2001 From: wbuezas Date: Thu, 28 Mar 2024 15:58:07 -0300 Subject: [PATCH] Change customer unpaid initial date --- src/pages/Customer/Card/CustomerUnpaid.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Customer/Card/CustomerUnpaid.vue b/src/pages/Customer/Card/CustomerUnpaid.vue index 78500cff2..cbb4d6976 100644 --- a/src/pages/Customer/Card/CustomerUnpaid.vue +++ b/src/pages/Customer/Card/CustomerUnpaid.vue @@ -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);