Hook Request for Payment plan

This forum is for programmers who have questions about the source code.
Post Reply
User avatar
mopensoft
Posts: 146
Joined: Tue Dec 04, 2012 3:33 pm
Location: Melbourne, Australia
Contact:

Hook Request for Payment plan

Post by mopensoft » Sun Oct 11, 2015 2:38 pm

Hi

Can you add the following hook for our payment plan checking plugin:
1. FormPaymentPlan.cs at the end of butOK_Click method

Code: Select all

Plugins.HookAddCode(this, "FormPaymentPlan.butOK_Click_end", PatCur, PayPlanCur, IsNew);
2. FormCreditCardEdit.cs at the end of FormCreditCardEdit_Load method:

Code: Select all

Plugins.HookAddCode(this, "FormCreditCardEdit.Load_end", PatCur);
Thanks

allends
Posts: 235
Joined: Fri Aug 23, 2013 11:29 am

Re: Hook Request for Payment plan

Post by allends » Tue Oct 13, 2015 11:01 am

These have been added to the program and will be available with the release of 15.3.22.
Allen
Open Dental Software
http://www.opendental.com

Post Reply