feat: refs #6861 reservas
This commit is contained in:
parent
cb328f13a3
commit
ca91beddf3
|
@ -1045,7 +1045,7 @@ class CollectionFragmentPickerNew(
|
||||||
getString(R.string.totalsPicker, totalMark, total)
|
getString(R.string.totalsPicker, totalMark, total)
|
||||||
|
|
||||||
if (totalMark == sales.size) {
|
if (totalMark == sales.size) {
|
||||||
getString(R.string.Coleccióncompleta).toast(this.context, Toast.LENGTH_SHORT)
|
getString(R.string.completCollection).toast(this.context, Toast.LENGTH_SHORT)
|
||||||
saleAdapter!!.notifyDataSetChanged()
|
saleAdapter!!.notifyDataSetChanged()
|
||||||
changeTicketState()
|
changeTicketState()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue