Hook Request

This forum is for programmers who have questions about the source code.
Post Reply
321Practice
Posts: 7
Joined: Sun Nov 25, 2018 10:34 am

Hook Request

Post by 321Practice » Tue Oct 15, 2019 9:10 pm

Could you please add the following hook at the end of 'FillFields' in 'SheetFiller.cs' right before the return:

Code: Select all

Plugins.HookAddCode(null, "SheetFiller.FillFields_end", sheet, stmt, pat);
Thank you!
John

PatrickC
Posts: 56
Joined: Thu Jun 06, 2019 11:37 am

Re: Hook Request

Post by PatrickC » Wed Oct 16, 2019 10:58 am

Hook has been added to Beta version 19.3.12.
Patrick Carlson
Open Dental Software
http://www.opendental.com

321Practice
Posts: 7
Joined: Sun Nov 25, 2018 10:34 am

Re: Hook Request

Post by 321Practice » Sat Oct 19, 2019 6:34 am

Thank you!

Post Reply