refs #3520 feat:silex→salix
This commit is contained in:
parent
00a2266a4d
commit
14915266d4
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue