Move title to v14 ergonomy

This commit is contained in:
Alexandre SPANGARO 2021-05-10 06:26:58 +02:00
parent 7e44494a98
commit c0062e2d41

View File

@ -40,7 +40,7 @@ function supplier_proposal_prepare_head($object)
$head = array();
$head[$h][0] = DOL_URL_ROOT.'/supplier_proposal/card.php?id='.$object->id;
$head[$h][1] = $langs->trans('SupplierProposalCard');
$head[$h][1] = $langs->trans('SupplierProposal');
$head[$h][2] = 'comm';
$h++;