Fix: bad verification

This commit is contained in:
Regis Houssin 2009-11-12 07:05:10 +00:00
parent 3f5cb93ff3
commit fb51835e6f

View File

@ -57,11 +57,13 @@ if ($conf->banque->enabled && (empty($conf_fkaccount_cash) || empty($conf_fkacco
{
$error.= '<div class="error">Setup of CashDesk module not complete. Bank account not defined</div>';
}
// TODO: ajouter gestion stock
/*
if ($conf->stock->enabled && empty($conf_fkentrepot))
{
$error.= '<div class="error">Setup of CashDesk module not complete. Warehouse not defined</div>';
}
*/
// Parametres d'affichage
$conf_taille_listes = 200; // Nombre max de lignes a afficher dans les listes
$conf_nbr_car_listes = 60; // Nombre max de caracteres par ligne dans les listes