fix: migrate pending orders #121
|
@ -1,5 +1,5 @@
|
|||
<script setup>
|
||||
import { ref, inject, watch } from 'vue';
|
||||
import { ref, inject } from 'vue';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
import { useRouter } from 'vue-router';
|
||||
|
||||
|
@ -32,7 +32,6 @@ const getOrders = async (clientFk) => {
|
|||
const filter = {
|
||||
where: {
|
||||
clientFk,
|
||||
'address.clientFk': clientFk,
|
||||
isConfirmed: 0,
|
||||
|
||||
source_app: 'WEB',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
a nivel de BD funciona bien, pero como lo consultamos desde el front, mejor aplicamos del standard Booleano true/false