Fix Title supplier order card

This commit is contained in:
Alexandre SPANGARO 2021-05-10 06:46:07 +02:00
parent 19bae333c9
commit 1f00689831

View File

@ -1464,8 +1464,9 @@ if (!empty($conf->projet->enabled)) {
$formproject = new FormProjets($db);
}
$title = $langs->trans('SupplierOrder')." - ".$langs->trans('Card');
$help_url = 'EN:Module_Suppliers_Orders|FR:CommandeFournisseur|ES:Módulo_Pedidos_a_proveedores';
llxHeader('', $langs->trans("Order"), $help_url);
llxHeader('', $title, $help_url);
$now = dol_now();