From bddbc6f6b211ff81d0d0f6f7d28c5985969bef99 Mon Sep 17 00:00:00 2001 From: jfefe Date: Fri, 26 Jul 2013 16:02:48 +0200 Subject: [PATCH] Fix : show input fields if missing required extrafield when editing invoice --- htdocs/compta/facture.php | 4 ++++ 1 file changed, 4 insertions(+) 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'; + } }