Revize 9c8950bf
Přidáno uživatelem Ondřej Fibich před téměř 6 roky(ů)
application/controllers/import.php | ||
---|---|---|
// redirection reactivation
|
||
if ($debtor_redir_react)
|
||
{
|
||
if (is_numeric(Settings::get('big_debtor_boundary')))
|
||
{
|
||
$this->reactivate_redir(Message_Model::BIG_DEBTOR_MESSAGE);
|
||
}
|
||
$this->reactivate_redir(Message_Model::DEBTOR_MESSAGE);
|
||
}
|
||
|
||
... | ... | |
// redirection reactivation
|
||
if ($debtor_redir_react)
|
||
{
|
||
if (is_numeric(Settings::get('big_debtor_boundary')))
|
||
{
|
||
$this->reactivate_redir(Message_Model::BIG_DEBTOR_MESSAGE);
|
||
}
|
||
$this->reactivate_redir(Message_Model::DEBTOR_MESSAGE);
|
||
}
|
||
|
||
... | ... | |
// redirection reactivation
|
||
if ($debtor_redir_react)
|
||
{
|
||
if (is_numeric(Settings::get('big_debtor_boundary')))
|
||
{
|
||
$this->reactivate_redir(Message_Model::BIG_DEBTOR_MESSAGE);
|
||
}
|
||
$this->reactivate_redir(Message_Model::DEBTOR_MESSAGE);
|
||
}
|
||
|
Také k dispozici: Unified diff
Issue #1096: Big debtor message + notification auto activation e-mail report