From e5827f77cb742c1a1d577e2db394e7307919aa6f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 5 Feb 2019 14:03:35 +0100 Subject: [PATCH] Fix link to pay membership renewal --- htdocs/public/payment/newpayment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/public/payment/newpayment.php b/htdocs/public/payment/newpayment.php index e7e911ead7b..53f74b0e49b 100644 --- a/htdocs/public/payment/newpayment.php +++ b/htdocs/public/payment/newpayment.php @@ -1606,7 +1606,7 @@ if ($action != 'dopayment') if ($source == 'membersubscription' && $object->datefin > dol_now()) { $langs->load("members"); - print '

'.$langs->trans("MembershipPaid").''; + print '
'.$langs->trans("MembershipPaid").'
'; } // Buttons for all payments registration methods