소스 검색

Merge branch 'dev'

prodstable
Guillaume 2 년 전
부모
커밋
197da0a9e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      backend/controllers/DistributionController.php

+ 1
- 1
backend/controllers/DistributionController.php 파일 보기

@@ -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…
취소
저장