2
0
forked from Wavyzz/dolibarr

Fix: appel conf mal dfini

This commit is contained in:
Regis Houssin
2006-02-09 08:39:31 +00:00
parent d36f7261cb
commit a30ec80697

View File

@@ -320,7 +320,7 @@ if ($_GET["action"] == 'create' && $user->rights->produit->creer)
print '<option value="0" selected="true">'.$langs->trans("NotOnSell").'</option>';
print '</td></tr>';
if ($_GET["type"] == 0 && $conf->stick->enabled)
if ($_GET["type"] == 0 && $conf->stock->enabled)
{
print "<tr>".'<td>Seuil stock</td><td colspan="2">';
print '<input name="seuil_stock_alerte" size="4" value="0">';