From fbed22050dcfc643e718833b7c1b6df35a9ae4fe Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 5 Feb 2019 14:33:36 +0100 Subject: [PATCH] fix syntax error --- 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 327c57a0948..39d21ebbc0c 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", dol_print_date($object->datefin, 'day').'
'; + print '
'.$langs->trans("MembershipPaid", dol_print_date($object->datefin, 'day')).'
'; } // Buttons for all payments registration methods