Creditor Chq pay emailing
Hi,
I've had the following in place at a client for a while
viewtopic.php?f=26&t=657
but they've recently upgraded to 7.2 and it's not picking up the contact email address - not erroring either, just getting the default creditor email.
I am fairly sure it's because of the line
but I've tried a few different syntaxes but all throw an error "Object reference not set to an instance of an object".
I've tried
and
Can you help with the correct syntax for 7.2?
I've had the following in place at a client for a while
viewtopic.php?f=26&t=657
but they've recently upgraded to 7.2 and it's not picking up the contact email address - not erroring either, just getting the default creditor email.
I am fairly sure it's because of the line
- Code: Select all
AddHandler JiwaApplication.Manager.Instance.DialogFactory.AfterDialogStart, AddressOf AfterDialogStart
but I've tried a few different syntaxes but all throw an error "Object reference not set to an instance of an object".
I've tried
- Code: Select all
AddHandler Plugin.Manager.DialogFactory.AfterDialogStart, AddressOf AfterDialogStart
and
- Code: Select all
AddHandler JiwaForm.Manager.DialogFactory.AfterDialogStart, AddressOf AfterDialogStart
Can you help with the correct syntax for 7.2?