[CORE] Fix de la suppression d'une demande de prix (#new_ask_price).
This commit is contained in:
parent
c22bbb23d8
commit
ad4e5cca0b
@ -2187,9 +2187,11 @@ class AskPriceSupplier extends CommonObject
|
|||||||
if ($res < 0) $error++;
|
if ($res < 0) $error++;
|
||||||
|
|
||||||
// Delete linked contacts
|
// Delete linked contacts
|
||||||
|
/* PHFAVRE retrait en temporaire
|
||||||
$res = $this->delete_linked_contact();
|
$res = $this->delete_linked_contact();
|
||||||
if ($res < 0) $error++;
|
if ($res < 0) $error++;
|
||||||
|
*/
|
||||||
|
|
||||||
if (! $error)
|
if (! $error)
|
||||||
{
|
{
|
||||||
// We remove directory
|
// We remove directory
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user