feat reservas #refs 6861

This commit is contained in:
Sergio De la torre 2024-07-19 16:29:26 +02:00
parent b9da8267eb
commit 6c3952d10d
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class CollectionFragmentPreCheckerNew(
companion object {
fun newInstance(
collection: CollectionTicket? = null, type: String, hasPickingOrder: Boolean = false
) = P(collection, type, hasPickingOrder)
) = CollectionFragmentPreCheckerNew(collection, type, hasPickingOrder)
}
override fun onAttach(context: Context) {