feat boxPickingCheck refs #7751

This commit is contained in:
Sergio De la torre 2024-08-07 11:51:47 +02:00
parent 48392b5480
commit cf5d2e622c
1 changed files with 2 additions and 4 deletions
app/src/main/java/es/verdnatura/domain

View File

@ -357,16 +357,14 @@ interface SalixService {
fun isBoxPickingInPrintOut(
@Query("filter") filter: String,
):
Call<Any>
Call<ExpeditionPrintOut>
//Tarea 7751
// Call<ExpeditionPrintOut>
@PATCH("Expedition_printOuts/{id}")
fun update(
@Path("id") id: Number,
@Body expeditionPrintOut: ExpeditionPrintOut
):
Call<Any>
Call<ExpeditionPrintOut>
@GET("TicketCollections/hasUncheckedTicket")
fun hasUncheckedTicket(