refs #6786 feat:inventary parking
This commit is contained in:
parent
e85061f348
commit
37751d99dd
|
@ -593,7 +593,7 @@ class InventaryParkingFragment(
|
||||||
|
|
||||||
customDialogInput.setInputText(InputType.TYPE_CLASS_NUMBER)
|
customDialogInput.setInputText(InputType.TYPE_CLASS_NUMBER)
|
||||||
customDialogInput.setTitle(getString(R.string.quantity))
|
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)) {
|
.setOkButton(getString(R.string.modify)) {
|
||||||
try {
|
try {
|
||||||
if (customDialogInput.getValue().toInt() >= 0) {
|
if (customDialogInput.getValue().toInt() >= 0) {
|
||||||
|
|
Loading…
Reference in New Issue