- fix RIS in pendenti, se troppi msg, non compariva piu
- cataloghi, ricerca pickup
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
color="green"
|
||||
></q-icon>
|
||||
<q-icon
|
||||
v-else
|
||||
v-else-if="tools.isUscitaByRecMov(row)"
|
||||
name="fas fa-share-square"
|
||||
color="red"
|
||||
></q-icon>
|
||||
@@ -162,7 +162,7 @@
|
||||
{{
|
||||
tools.isEntrataByRecMov(row)
|
||||
? t('movement.movin')
|
||||
: t('movement.movout')
|
||||
: (tools.isUscitaByRecMov(row) ? t('movement.movout') : '')
|
||||
}}
|
||||
</q-toolbar-title>
|
||||
</q-toolbar>
|
||||
|
||||
Reference in New Issue
Block a user