feat reservas #refs 6861
This commit is contained in:
parent
b9da8267eb
commit
6c3952d10d
|
@ -104,7 +104,7 @@ class CollectionFragmentPreCheckerNew(
|
||||||
companion object {
|
companion object {
|
||||||
fun newInstance(
|
fun newInstance(
|
||||||
collection: CollectionTicket? = null, type: String, hasPickingOrder: Boolean = false
|
collection: CollectionTicket? = null, type: String, hasPickingOrder: Boolean = false
|
||||||
) = P(collection, type, hasPickingOrder)
|
) = CollectionFragmentPreCheckerNew(collection, type, hasPickingOrder)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onAttach(context: Context) {
|
override fun onAttach(context: Context) {
|
||||||
|
|
Loading…
Reference in New Issue