Page 1 of 1

PRINT PREVIEW - Show Fields hidden in Detail View in Print Preview

Posted: 2019-09-23 17:02
by Ionut Bocanet
Dear all,

I have a question regarding Print Preview.

In Detail View i hidden some fields that are not required to be seen, to have more space for others, but the same hidden fields i want them to be seen in Print Preview.

I used the following code in footer-extras.php

<style>
#Action_Plan-children .Agenda_Item_Action_Log-Meeting_UID{ display: none; }
</style>

Action_Plan => Parent Table
Agenda_Item_Action_Log => Child Table
Meeting_UID => Hidden in Details view which i want to be seen when I print the report.

Thank you in advance for your support.