Bläddra i källkod

[backend] Correction bug commandes importées dans le mauvais producteur

refactoring
Guillaume Bourgeois 5 år sedan
förälder
incheckning
21630ba949
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. +2
    -1
      common/models/Subscription.php

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

@@ -261,7 +261,8 @@ class Subscription extends ActiveRecordCommon
public static function addAll($date, $force = false)
{
$distribution = Distribution::searchOne([
'date' => date('Y-m-d', strtotime($date))
'date' => date('Y-m-d', strtotime($date)),
'id_producer' => Producer::getId(),
]) ;

if ($distribution) {

Laddar…
Avbryt
Spara