09-18-2017, 04:19 PM
Hi,
I just tried this and had a look at the code. The email is updated on every save of the opportunity, not just the first time. I tried it and the email was updated correctly.
The update happens here:
https://github.com/tsolucio/corebos/blob/master/modules/Emails/evcbrcHandler.php#L42
which is called from the after save event, In case you want to make sure that piece of code is being executed.
Let me know how it goes
I just tried this and had a look at the code. The email is updated on every save of the opportunity, not just the first time. I tried it and the email was updated correctly.
The update happens here:
https://github.com/tsolucio/corebos/blob/master/modules/Emails/evcbrcHandler.php#L42
which is called from the after save event, In case you want to make sure that piece of code is being executed.
Let me know how it goes
Joe
TSolucio
TSolucio