refs #3520 feat:silex→salix
This commit is contained in:
parent
00a2266a4d
commit
14915266d4
|
@ -313,11 +313,11 @@ class ItemCardFragment(
|
||||||
isEditable = false
|
isEditable = false
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
var unlocated = ((itemInfo.visible?:0) - (itemInfo.vVisibleItemShelving?:0)).toString()
|
||||||
listItemsRow.add(
|
listItemsRow.add(
|
||||||
ItemCardRowVO(
|
ItemCardRowVO(
|
||||||
title = getString(R.string.SINUBICAR),
|
title = getString(R.string.SINUBICAR),
|
||||||
value = (itemInfo.unlocated.toString()?:"0"),
|
value = unlocated,
|
||||||
isEditable = false,
|
isEditable = false,
|
||||||
action = "itemStockUpdate"
|
action = "itemStockUpdate"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue