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