feat packaging refs #4021

This commit is contained in:
Sergio De la torre 2024-06-26 07:01:01 +02:00
parent 08c3d2d4fb
commit 10cf8ddbda
1 changed files with 2 additions and 2 deletions

View File

@ -126,9 +126,9 @@ class PackagingCountFragment(
}
}
itemSupplierList.observe(viewLifecycleOwner) {
itemSupplierList.observe(viewLifecycleOwner) { iti ->
adapteritemsupplier =
ItemSupplierAdapter(it.list, object : OnImageUpdateClickListener {
ItemSupplierAdapter(iti.list.sortedBy { it.name }, object : OnImageUpdateClickListener {
override fun OnImageUpdateClickListener(item: Any) {
showCustomDialog("quantity", item as ItemSupplier)