From 41ace7a8c0f481c9c64d72835af3ca08f837dc9a Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 20 Oct 2015 20:20:53 +0200 Subject: [PATCH] Bug : if there is no middle of payment , it is not possible to add one --- include/payment_middle.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/payment_middle.inc.php b/include/payment_middle.inc.php index 36886ecf9..0ee57a85a 100644 --- a/include/payment_middle.inc.php +++ b/include/payment_middle.inc.php @@ -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 ''; ?>