Merge branch '3.1' of git+ssh://git@github.com/Dolibarr/dolibarr.git into 3.1

This commit is contained in:
Regis Houssin 2011-11-12 13:00:01 +01:00
commit 42a687fe75

View File

@ -820,7 +820,7 @@ if ($action == 'create' && ($user->rights->produit->creer || $user->rights->serv
* Product card
*/
if ($id || $ref)
else if ($id || $ref)
{
$product=new Product($db);