Explorar el Código

[Backend] Problème synchronisation Tiller #238

refactoring
Guillaume hace 2 años
padre
commit
8ae9133dc9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      backend/controllers/DistributionController.php

+ 1
- 0
backend/controllers/DistributionController.php Ver fichero

@@ -1388,6 +1388,7 @@ class DistributionController extends BackendController
]);

$order->tiller_external_id = $returnTiller->externalId;
$order->save();

$return[] = $returnTiller;
}

Cargando…
Cancelar
Guardar