From 6a4cf19923b4078499f137cf4292713b9f0e42c7 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 7 Oct 2008 08:48:08 +0000 Subject: [PATCH] Added ability to assign a category of product to a customer Fix: error by canceling the creation of a category --- htdocs/categories/fiche.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/categories/fiche.php b/htdocs/categories/fiche.php index b0e75e4fb5b..4c3e41c1b79 100644 --- a/htdocs/categories/fiche.php +++ b/htdocs/categories/fiche.php @@ -58,7 +58,6 @@ if ($_POST["action"] == 'add' && $user->rights->categorie->creer) // Action ajout d'une categorie if ($_POST["cancel"]) { - print 'origin : '.$idProdOrigin; if ($idProdOrigin) { header("Location: ".DOL_URL_ROOT.'/categories/categorie.php?id='.$idProdOrigin.'&type='.$_GET["type"]);