7658-devToTest_2428 #508

Merged
alexm merged 392 commits from 7658-devToTest_2428 into test 2024-07-02 10:38:20 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 0107c21789 - Show all commits

View File

@ -64,7 +64,7 @@ const columns = computed(() => [
save-url="WorkerIncomes/crud"
:create="{
urlCreate: 'workerIncomes',
title: t('Create workerIncomes'),
title: t('Create workerBalance'),
onDataSaved: () => tableRef.reload(),
formInitialData: {
workerFk: entityId,
@ -82,5 +82,5 @@ const columns = computed(() => [
<i18n>
es:
Create workerIncomes: Crear
Create workerBalance: Crear balance
</i18n>