Selaa lähdekoodia

[backend] Distributions : gestion des abonnements manquants

refactoring
Guillaume 3 vuotta sitten
vanhempi
commit
c87f63ffb6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      common/models/Subscription.php

+ 1
- 1
common/models/Subscription.php Näytä tiedosto

@@ -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…
Peruuta
Tallenna