Update permission from 'department_pos_sync' to 'list_potential_order_matches' in AdminLeftMenu component

This commit is contained in:
Jepp9350
2025-06-17 12:37:50 +02:00
parent 4f015cb0e2
commit e074afe19f
+1 -1
View File
@@ -115,7 +115,7 @@ const menu_items = ref([
children: [],
hidden: (SessionUser.functions.getDepartmentIdFromUrl() === undefined),
permissions: [
'department_pos_sync'
'list_potential_order_matches'
],
},
],