Bug : if there is no middle of payment , it is not possible to add one

This commit is contained in:
Dany De Bontridder 2015-10-20 20:20:53 +02:00
parent 45102abdc8
commit 41ace7a8c0

View file

@ -144,7 +144,7 @@ if ( ! empty ($array))
{
require_once NOALYSS_INCLUDE.'/template/list_mod_payment.php';
echo HtmlInput::button_anchor("Ajout", $base_url."&sb=ins","","","smallbutton");
}
echo HtmlInput::button_anchor("Ajout", $base_url."&sb=ins","","","smallbutton");
echo '</div>';
?>