mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix param position
This commit is contained in:
parent
7778bc4b01
commit
d61d92a741
|
|
@ -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