diff --git a/htdocs/compta/facture/fiche-rec.php b/htdocs/compta/facture/fiche-rec.php
index de76577e78b..ed202206ba7 100644
--- a/htdocs/compta/facture/fiche-rec.php
+++ b/htdocs/compta/facture/fiche-rec.php
@@ -1002,7 +1002,7 @@ else
if ($action == 'ask_deleteline') {
$formconfirm = $form->formconfirm($_SERVER["PHP_SELF"] . '?id=' . $object->id . '&lineid=' . $lineid, $langs->trans('DeleteProductLine'), $langs->trans('ConfirmDeleteProductLine'), 'confirm_deleteline', '', 'no', 1);
}
-
+
print $formconfirm;
$author = new User($db);
@@ -1160,7 +1160,7 @@ else
print '
';
// if "frequency" is empty or = 0, the reccurence is disabled
- print '| ';
+ print ' |
';
print '| ';
print $langs->trans('Frequency');
print ' | ';
@@ -1263,7 +1263,7 @@ else
print '';
// Nb of generation already done
- print '| '.$langs->trans("NbOfGenerationDone").' | ';
+ print ' | '.$langs->trans("NbOfGenerationDone").' | ';
print '';
print $object->nb_gen_done?$object->nb_gen_done:'0';
print ' | ';
|