Merge pull request 'fix: refs #7936 allow negative values' (!1226) from 7936-hotfix-allowNegative into master
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #1226
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Jorge Penadés 2025-01-16 11:37:55 +00:00
commit b89293a9a3
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ const columns = computed(() => [
component: 'number',
autofocus: true,
required: true,
positive: false,
},
format: ({ amount }) => toCurrency(amount),
create: true,