diff --git a/html/js/gestion.js b/html/js/gestion.js
index 69a7d1f33..2d43ef6d7 100644
--- a/html/js/gestion.js
+++ b/html/js/gestion.js
@@ -402,6 +402,7 @@ function action_save_short()
else if (code == 'NOK') {
// issue while saving
$('action_add_frm_info').innerHTML=message;
+ alert_box(message);
}