Notifications
Retirer tout
Submit issues
5
Posts
2
Utilisateurs
0
Reactions
4,154
Vu
Début du sujet
Hi,
I am trying to print activity history but eeven in switched mode it not coming to print
Regards,
Evgueni
Posté : 2 Juil PM 15:077
History is not printed on detail print.
Just use the history report to print history of an element.
Posté : 2 Juil PM 19:077
Début du sujet
Not very convenient way I would say...
Posté : 3 Juil AM 10:077
Ticket #711 register to think about improvement.
You can chane default behaviour in /view/objectDetail.php.
replace :
$displayHistory='NO';
if (! $print and array_key_exists('displayHistory',$_SESSION)) {
$displayHistory=$_SESSION['displayHistory'];
}
with
$displayHistory='NO';
if (array_key_exists('displayHistory',$_SESSION)) {
$displayHistory=$_SESSION['displayHistory'];
}
Posté : 3 Juil PM 13:077
Début du sujet
Thanks - works this way
Posté : 3 Juil PM 13:077