feat boxPickingCheck refs #7751
This commit is contained in:
parent
48392b5480
commit
cf5d2e622c
app/src/main/java/es/verdnatura/domain
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue