Browse Source

Tiller : status IN_PROGRESS

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

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

$return[] = $tiller->postOrder([ $return[] = $tiller->postOrder([
'externalId' => $order->id, 'externalId' => $order->id,
'type' => 1, 'type' => 1,
'status' => "CLOSED",
'status' => 'IN_PROGRESS',
'openDate' => $strDate, 'openDate' => $strDate,
'closeDate' => $strDate, 'closeDate' => $strDate,
'lines' => $lines, 'lines' => $lines,

Loading…
Cancel
Save