diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index dd7015227ba..b995fb8f44c 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1881,6 +1881,10 @@ if ($action == 'update_extras') } else if ($reshook < 0) $error++; } + else + { + $action = 'edit_extras'; + } }