Explorar el Código

Merge branch 'dev'

master
Guillaume Bourgeois hace 5 años
padre
commit
5aae49e16a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      common/models/Subscription.php

+ 2
- 1
common/models/Subscription.php Ver fichero

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

Cargando…
Cancelar
Guardar