Переглянути джерело

Merge branch 'dev'

master
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)) {

Завантаження…
Відмінити
Зберегти