From 2909f8141e5e082d4cf8b4ea181891bb4eb5aa6c Mon Sep 17 00:00:00 2001 From: Philippe GRAND Date: Mon, 4 Nov 2019 15:08:43 +0100 Subject: [PATCH] fix translation --- htdocs/compta/sociales/card.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/sociales/card.php b/htdocs/compta/sociales/card.php index f35b145b969..d0cde412e92 100644 --- a/htdocs/compta/sociales/card.php +++ b/htdocs/compta/sociales/card.php @@ -441,13 +441,14 @@ 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); } - // Confirmation de la suppression de la charge + 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') { $text=$langs->trans('ConfirmDeleteSocialContribution');