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

]); ]);


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


$return[] = $returnTiller; $return[] = $returnTiller;
} }

Loading…
Cancel
Save