Ver código fonte

Merge branch 'dev'

master
Guillaume Bourgeois 5 anos atrás
pai
commit
5aae49e16a
1 arquivos alterados com 2 adições e 1 exclusões
  1. +2
    -1
      common/models/Subscription.php

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

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

Carregando…
Cancelar
Salvar