Fix: bad module name
This commit is contained in:
parent
1d944a94cd
commit
f6e8413b5b
@ -49,7 +49,7 @@ $conf_fkentrepot = $conf->global->CASHDESK_ID_WAREHOUSE > 0?$conf->global->CASHD
|
||||
|
||||
// Check if setup ok
|
||||
if (empty($conf_fksoc)) dol_print_error("Setup of CashDesk module not complete. Third party not defined.");
|
||||
if ($conf->bank->enabled && (empty($conf_fkaccount_cash) || empty($conf_fkaccount_cheque) || empty($conf_fkaccount_cb))) dol_print_error("Setup of CashDesk module not complete. Bank account not defined.");
|
||||
if ($conf->banque->enabled && (empty($conf_fkaccount_cash) || empty($conf_fkaccount_cheque) || empty($conf_fkaccount_cb))) dol_print_error("Setup of CashDesk module not complete. Bank account not defined.");
|
||||
if ($conf->stock->enabled && empty($conf_fkentrepot)) dol_print_error("Setup of CashDesk module not complete. Warehouse not defined.");
|
||||
|
||||
// Parametres d'affichage
|
||||
|
||||
Loading…
Reference in New Issue
Block a user