Revize 001f2d09
Přidáno uživatelem David Raška před asi 9 roky(ů)
application/controllers/bank_accounts_auto_down_settings.php | ||
---|---|---|
$baad->type = $form_data['type'];
|
||
$baad->attribute = implode('/', $attrs_finished);
|
||
|
||
$baad->email_enabled =
|
||
$baad->email_enabled =
|
||
module::e('notification') &&
|
||
Settings::get('email_enabled') &&
|
||
$form_data['email_enabled'];
|
||
|
||
$baad->sms_enabled =
|
||
$baad->sms_enabled =
|
||
module::e('notification') &&
|
||
Settings::get('sms_enabled') &&
|
||
$form_data['sms_enabled'];
|
||
|
Také k dispozici: Unified diff
refs #1019: Fixed "undefined index" when adding new rule for automatic downloading of statements