소스 검색

Merge branch 'dev'

prodstable
Guillaume 3 년 전
부모
커밋
099b7956e6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      common/models/Subscription.php

+ 1
- 1
common/models/Subscription.php 파일 보기

@@ -178,7 +178,7 @@ class Subscription extends ActiveRecordCommon
'distribution.date' => date('Y-m-d', strtotime($date))
]);

if ($distribution && count($this->productSubscription)) {
if ($distribution && count($this->productSubscription) && $this->id_point_sale) {
// commande
$order = new Order;
if (strlen($this->username)) {

Loading…
취소
저장