- fix RIS in pendenti, se troppi msg, non compariva piu

- cataloghi, ricerca pickup
This commit is contained in:
Surya Paolo
2024-05-09 23:36:58 +02:00
parent 58f53f8c52
commit faf0fabfb0
68 changed files with 1776 additions and 188 deletions

View File

@@ -496,7 +496,7 @@
color="green"
></q-icon>
<q-icon
v-else
v-else-if="tools.isUscitaByRecMov(row)"
name="fas fa-share-square"
color="red"
></q-icon>
@@ -504,7 +504,7 @@
{{
tools.isEntrataByRecMov(row)
? t('movement.movin')
: t('movement.movout')
: (tools.isUscitaByRecMov(row) ? t('movement.movout') : '')
}}
</q-toolbar-title>
</q-toolbar>