Bugfix
This commit is contained in:
parent
aaa2c4d065
commit
e7c44016fd
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2001-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
/* Copyright (C) 2001-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
@ -232,11 +232,9 @@ if ($_POST["cancel"] == $langs->trans("Cancel"))
|
|||||||
Header("Location: fiche.php?id=".$_POST["id"]);
|
Header("Location: fiche.php?id=".$_POST["id"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Le produit n'est pas encore chargé a ce stade
|
||||||
|
//llxHeader("","",$langs->trans("CardProduct".$product->type));
|
||||||
|
llxHeader("","",$langs->trans("CardProduct0"));
|
||||||
llxHeader("","",$langs->trans("CardProduct".$product->type));
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Création du produit
|
* Création du produit
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user