|
@@ -1025,6 +1025,8 @@ if ($action == 'create') {
|
|
|
$title = $langs->trans("Recurrence");
|
|
|
print load_fiche_titre(img_picto('', 'recurring', 'class="pictofixedwidth"') . $title, '', '');
|
|
|
|
|
|
+ print '<span class="opacitymedium">'.$langs->trans("ToCreateARecurringInvoiceGeneAuto", $langs->transnoentitiesnoconv('Module2300Name')).'</span><br><br>';
|
|
|
+
|
|
|
print dol_get_fiche_head(null, '', '', 0);
|
|
|
|
|
|
print '<table class="border centpercent">';
|
|
@@ -1053,7 +1055,7 @@ if ($action == 'create') {
|
|
|
|
|
|
// Auto generate document
|
|
|
if (!empty($conf->global->INVOICE_REC_CAN_DISABLE_DOCUMENT_FILE_GENERATION)) {
|
|
|
- print "<tr><td>" . $langs->trans("StatusOfGeneratedDocuments") . "</td><td>";
|
|
|
+ print "<tr><td>" . $langs->trans("StatusOfAutoGeneratedDocuments") . "</td><td>";
|
|
|
$select = array('0' => $langs->trans('DoNotGenerateDoc'), '1' => $langs->trans('AutoGenerateDoc'));
|
|
|
print $form->selectarray('generate_pdf', $select, GETPOST('generate_pdf'));
|
|
|
print "</td></tr>";
|