From 4480d7dd88590a94ea41e80e240975ecaf091440 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Mon, 4 Nov 2019 14:09:43 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/compta/sociales/card.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/sociales/card.php b/htdocs/compta/sociales/card.php index d0cde412e92..397de3d8ad9 100644 --- a/htdocs/compta/sociales/card.php +++ b/htdocs/compta/sociales/card.php @@ -441,13 +441,13 @@ if ($id > 0) print $form->formconfirm($_SERVER["PHP_SELF"].'?id='.$object->id, $langs->trans('ToClone'), $langs->trans('ConfirmCloneTax', $object->ref), 'confirm_clone', $formquestion, 'yes', 1); } - + if ($action == 'paid') { $text=$langs->trans('ConfirmPaySocialContribution'); print $form->formconfirm($_SERVER["PHP_SELF"]."?id=".$object->id, $langs->trans('PaySocialContribution'), $text, "confirm_paid", '', '', 2); } - + // Confirmation of the removal of the Social Contribution if ($action == 'delete') {