Browse Source

[Backend] Problème synchronisation Tiller #238

refactoring
Guillaume 2 years ago
parent
commit
8ae9133dc9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      backend/controllers/DistributionController.php

+ 1
- 0
backend/controllers/DistributionController.php View File

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

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

$return[] = $returnTiller;
}

Loading…
Cancel
Save