#7864 - 7864_testToMaster_2434 #629

Merged
jsegarra merged 159 commits from 7864_testToMaster_2434 into master 2024-08-20 06:33:17 +00:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 4c46e419e3 - Show all commits

View File

@ -118,8 +118,8 @@ const columns = computed(() => [
},
{
align: 'left',
name: 'to',
label: t('To'),
name: 'from',
label: t('From'),
visible: false,
cardVisible: true,
create: true,
@ -128,8 +128,8 @@ const columns = computed(() => [
},
{
align: 'left',
name: 'from',
label: t('From'),
name: 'to',
label: t('To'),
visible: false,
cardVisible: true,
create: true,