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

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
Ionut Bocanet
Posts: 28
Joined: 2017-03-12 09:26
Contact:

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

Post by Ionut Bocanet » 2019-09-23 17:02

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.
Best Regards,
Ionut Bocanet

Post Reply