refs #3520 feat:silex→salix

This commit is contained in:
Sergio De la torre 2024-04-23 07:59:54 +02:00
parent 00a2266a4d
commit 14915266d4
1 changed files with 2 additions and 2 deletions

View File

@ -313,11 +313,11 @@ class ItemCardFragment(
isEditable = false
)
)
var unlocated = ((itemInfo.visible?:0) - (itemInfo.vVisibleItemShelving?:0)).toString()
listItemsRow.add(
ItemCardRowVO(
title = getString(R.string.SINUBICAR),
value = (itemInfo.unlocated.toString()?:"0"),
value = unlocated,
isEditable = false,
action = "itemStockUpdate"
)