6899-fixInvoiceOutMigration #650

Merged
carlossa merged 3 commits from 6899-fixInvoiceOutMigration into dev 2024-08-27 08:59:23 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 72e4f10287 - Show all commits

View File

@ -106,7 +106,7 @@ onMounted(async () => {
<QItem v-bind="scope.itemProps">
<QItemSection>
<QItemLabel>
{{ scope.opt?.name }} #{{ scope.opt?.id }}
#{{ scope.opt?.id }} {{ scope.opt?.name }}
</QItemLabel>
</QItemSection>
</QItem>