standardization, internationalisation
This commit is contained in:
parent
f96f100c37
commit
007e58782a
@ -860,13 +860,13 @@ if ($action == 'create')
|
|||||||
|
|
||||||
// Document model
|
// Document model
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/reception/modules_reception.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/reception/modules_reception.php';
|
||||||
$liste = ModelePdfReception::liste_modeles($db);
|
$list = ModelePdfReception::liste_modeles($db);
|
||||||
|
|
||||||
if (count($liste) > 1)
|
if (count($list) > 1)
|
||||||
{
|
{
|
||||||
print "<tr><td>".$langs->trans("DefaultModel")."</td>";
|
print "<tr><td>".$langs->trans("DefaultModel")."</td>";
|
||||||
print '<td colspan="3">';
|
print '<td colspan="3">';
|
||||||
print $form->selectarray('model', $liste, $conf->global->RECEPTION_ADDON_PDF);
|
print $form->selectarray('model', $list, $conf->global->RECEPTION_ADDON_PDF);
|
||||||
print "</td></tr>\n";
|
print "</td></tr>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user