Fix Title supplier order info card
This commit is contained in:
parent
eccd883156
commit
7993e4634a
@ -112,7 +112,7 @@ if ($id > 0 || !empty($ref)) {
|
||||
$object->info($object->id);
|
||||
}
|
||||
|
||||
$title = $langs->trans("SupplierOrder").' - '.$object->ref.' '.$object->name;
|
||||
$title = $langs->trans("SupplierOrder").' - '.$langs->trans('Info').' - '.$object->ref.' '.$object->name;
|
||||
if (!empty($conf->global->MAIN_HTML_TITLE) && preg_match('/projectnameonly/', $conf->global->MAIN_HTML_TITLE) && $object->name) {
|
||||
$title = $object->ref.' '.$object->name.' - '.$langs->trans("Info");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user