Преглед изворни кода

[backend] Distributions : gestion des abonnements manquants

refactoring
Guillaume пре 3 година
родитељ
комит
c87f63ffb6
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…
Откажи
Сачувај