Explorar el Código

update

MergeProblem1
CANCERYS\kw093 hace 22 horas
padre
commit
d9c3f2c3bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/components/FinishedGoodSearch/FGPickOrderCard.tsx

+ 1
- 1
src/components/FinishedGoodSearch/FGPickOrderCard.tsx Ver fichero

@@ -57,7 +57,7 @@ const FinishedGoodFloorLanePanel: React.FC<Props> = ({ onPickOrderAssigned }) =>
setIsAssigning(true);
try {
const res = await assignByLane(currentUserId, storeId, truckLanceCode, truckDepartureTime, requiredDate);
const res = await assignByLane(currentUserId, storeId, truckLanceCode, truckDepartureTime);
if (res.code === "SUCCESS") {
console.log(" Successfully assigned pick order from lane", truckLanceCode);


Cargando…
Cancelar
Guardar