feat: refs #7920 itemShelvingGet

This commit is contained in:
Sergio De la torre 2024-12-02 18:14:09 +01:00
parent 442820db4e
commit d4a7789101
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ class GetItemPrintItemUseCase(private val salixService: SalixService) {
}
fun executeBuyUltimate(params: Any): Call<Long> {
return salixService.buyUltimate(params)
return salixService.buyGetLastWithoutInventory(params)
}
}