Fix : show input fields if missing required extrafield when editing

invoice
This commit is contained in:
jfefe 2013-07-26 16:02:48 +02:00
parent 020c0f33a0
commit bddbc6f6b2

View File

@ -1881,6 +1881,10 @@ if ($action == 'update_extras')
}
else if ($reshook < 0) $error++;
}
else
{
$action = 'edit_extras';
}
}