Browse Source

Merge branch 'dev'

prodstable
Guillaume 2 years ago
parent
commit
595d535b15
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