Bläddra i källkod

[backend] Distributions : gestion des abonnements manquants

dev
Guillaume 3 år sedan
förälder
incheckning
c87f63ffb6
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      common/models/Subscription.php

+ 1
- 1
common/models/Subscription.php Visa fil

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

Laddar…
Avbryt
Spara