Notifications for new proposal not working correctly
Hi,
I know the notification system is a complete mess!!! but here is another issue
When new proposal is sent, the following notification function is executed:
function hrb_proposal_notify_parties( $proposal ) {
### edited Proposals
if ( strtotime($proposal->get_date() ) != $proposal->updated ) {
hrb_edited_proposal_notify_parties( $proposal );
return;
}
### new Proposals
The problem is that the condition it seems to be true and it shouldn't be for a new proposal.
The logic here seems wrong.
I am getting complete mad about it as they released a theme, charged for it and it is full of BUGS.
PLEASE SORT THE THEME once and for all!!!!!