Browse Source

Merge branch 'dev'

prodstable
Guillaume 2 years ago
parent
commit
2c2c6ec066
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/controllers/DistributionController.php

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

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

$returnTillerObject = json_decode($returnTiller);
$order->tiller_external_id = $returnTillerObject->id;
$order->tiller_external_id = ''.$returnTillerObject->id;
$order->save();

$return[] = $returnTiller;

Loading…
Cancel
Save