feat: refs #7920 itemShelvingGet
This commit is contained in:
parent
442820db4e
commit
d4a7789101
|
@ -15,6 +15,6 @@ class GetItemPrintItemUseCase(private val salixService: SalixService) {
|
||||||
}
|
}
|
||||||
|
|
||||||
fun executeBuyUltimate(params: Any): Call<Long> {
|
fun executeBuyUltimate(params: Any): Call<Long> {
|
||||||
return salixService.buyUltimate(params)
|
return salixService.buyGetLastWithoutInventory(params)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue