';
- echo '
';
}
+ else
+ {
+ echo ''._("D'après l'extrait il y aurait du avoir un montant de $diff à rapprocher alors qu'il y a $tot rapprochés, la différence est de $remain
mise à jour annulée").'
'.$g_failed._("D'après l'extrait il y aurait du avoir un montant de $diff à rapprocher alors qu'il y a $tot rapprochés, la différence est de $remain
mise à jour annulée").'
'.$g_succeed.' Mise à jour extrait '.$_POST['ext'].'
';
+ }
+
$cn->commit();
}
}
diff --git a/include/constant.php b/include/constant.php
index 04c87b963..f66a11454 100644
--- a/include/constant.php
+++ b/include/constant.php
@@ -29,9 +29,10 @@ require_once('constant.security.php');
global $version_phpcompta;
-global $g_captcha;
+global $g_captcha,$g_failed,$g_succeed;
$g_captcha=false;
-
+$g_failed="✖";
+$g_succeed="✓";
/*set to none for production */
/* uncomment for production */