refs #6786 feat:inventary parking

This commit is contained in:
Sergio De la torre 2024-02-27 12:07:03 +01:00
parent e85061f348
commit 37751d99dd
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ class InventaryParkingFragment(
customDialogInput.setInputText(InputType.TYPE_CLASS_NUMBER)
customDialogInput.setTitle(getString(R.string.quantity))
customDialogInput.setDescription(getString(R.string.quantityVisible)).setValue("")
customDialogInput.setDescription(getString(R.string.quantityVisible)).setValue(item.visible.toString())
.setOkButton(getString(R.string.modify)) {
try {
if (customDialogInput.getValue().toInt() >= 0) {