mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
FIX : Propal stats page did not work (#30736)
This commit is contained in:
parent
35c77f3874
commit
bcfaaa414f
|
|
@ -100,7 +100,7 @@ if ($id > 0 || !empty($ref)) {
|
|||
setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
|
||||
}
|
||||
|
||||
llxHeader("", "", $langs->trans("CardProduct".$product->type), '', '', 0, 0, '', '', '', 'mod-product page-stats_propal');
|
||||
llxHeader("", "", $langs->trans("CardProduct".$product->type), '', '', 0, 0, '', '', 'mod-product page-stats_propal');
|
||||
|
||||
if ($result > 0) {
|
||||
$head = product_prepare_head($product);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user