Browse Source

Merge branch 'dev'

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

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

@@ -1311,7 +1311,7 @@ class DistributionController extends BackendController
$return[] = $tiller->postOrder([
'externalId' => $order->id,
'type' => 1,
'status' => "CLOSED",
'status' => 'IN_PROGRESS',
'openDate' => $strDate,
'closeDate' => $strDate,
'lines' => $lines,

Loading…
Cancel
Save