Replace in inc file exit by return
This commit is contained in:
parent
f7b4d5497d
commit
25635a296a
37 changed files with 77 additions and 77 deletions
|
|
@ -90,8 +90,8 @@ if (isset($_POST['confirm_mod'])
|
|||
$own = new Own($cn);
|
||||
if ($own->MY_TVA_USE == 'N')
|
||||
{
|
||||
echo '<h2 class="error"> Vous n\'êtes pas assujetti à la TVA</h2>';
|
||||
exit();
|
||||
echo '<h2 class="error">'._("Vous n'êtes pas assujetti à la TVA").'</h2>';
|
||||
return;
|
||||
}
|
||||
//-----------------------------------------------------
|
||||
// Display
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue