Guillaume 3 лет назад
Родитель
Сommit
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)) {

Загрузка…
Отмена
Сохранить