diff --git a/src/components/displays/department/pos/steps/mobile/views/PosDepartmentStep1MobileTransactionHistory.vue b/src/components/displays/department/pos/steps/mobile/views/PosDepartmentStep1MobileTransactionHistory.vue index 8ad8363f..0ea64256 100644 --- a/src/components/displays/department/pos/steps/mobile/views/PosDepartmentStep1MobileTransactionHistory.vue +++ b/src/components/displays/department/pos/steps/mobile/views/PosDepartmentStep1MobileTransactionHistory.vue @@ -112,7 +112,9 @@ const syncListTransactionHistory = async () => { 'created_at-date_from': dateToday, 'created_at-date_to': dateToday, 'department_id': SessionUser.functions.getDepartmentIdFromUrl(), - }, pagination: {page: 1, limit: 100}}).then((response) => { + }, pagination: { + page: 1, limit: 1000 + }}).then((response) => { console.warn('Synced list of transactions', response); liveTransactions.value = response; // Clear the transactions