Merge pull request #17777 from dolibit-ut/patch-339

Update card.php
This commit is contained in:
Laurent Destailleur 2021-06-04 10:35:11 +02:00 committed by GitHub
commit 36eaad89aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1791,8 +1791,8 @@ if (!empty($conf->projet->enabled)) {
$now = dol_now();
$title = $langs->trans('SupplierInvoice')." - ".$langs->trans('Card');
$helpurl = "EN:Module_Suppliers_Invoices|FR:Module_Fournisseurs_Factures|ES:Módulo_Facturas_de_proveedores";
llxHeader('', $title, $helpurl);
$help_url = 'EN:Module_Suppliers_Invoices|FR:Module_Fournisseurs_Factures|ES:Módulo_Facturas_de_proveedores|DE:Modul_Lieferantenrechnungen';
llxHeader('', $title, $help_url);
// Mode creation
if ($action == 'create') {