add parameter
This commit is contained in:
parent
aed0896e98
commit
dbebd7afb2
@ -7,7 +7,7 @@
|
|||||||
* Copyright (C) 2014 Cedric Gross <c.gross@kreiz-it.fr>
|
* Copyright (C) 2014 Cedric Gross <c.gross@kreiz-it.fr>
|
||||||
* Copyright (C) 2016 Florian Henry <florian.henry@atm-consulting.fr>
|
* Copyright (C) 2016 Florian Henry <florian.henry@atm-consulting.fr>
|
||||||
* Copyright (C) 2017-2022 Ferran Marcet <fmarcet@2byte.es>
|
* Copyright (C) 2017-2022 Ferran Marcet <fmarcet@2byte.es>
|
||||||
* Copyright (C) 2018 Frédéric France <frederic.france@netlogic.fr>
|
* Copyright (C) 2018-2022 Frédéric France <frederic.france@netlogic.fr>
|
||||||
* Copyright (C) 2019-2020 Christophe Battarel <christophe@altairis.fr>
|
* Copyright (C) 2019-2020 Christophe Battarel <christophe@altairis.fr>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
@ -1016,7 +1016,8 @@ if ($id > 0 || !empty($ref)) {
|
|||||||
|
|
||||||
// Enable hooks to append additional columns
|
// Enable hooks to append additional columns
|
||||||
$parameters = array(
|
$parameters = array(
|
||||||
'is_information_row' => false // this is a dispatch form row
|
'is_information_row' => false, // this is a dispatch form row
|
||||||
|
'objp' => $objp,
|
||||||
);
|
);
|
||||||
$reshook = $hookmanager->executeHooks(
|
$reshook = $hookmanager->executeHooks(
|
||||||
'printFieldListValue',
|
'printFieldListValue',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user