We retrieve the contribution id from the table before we do a save. Ideally we should do a "REPLACE INTO" which allows us to avoid another DB call, but kinda hard to do with current framework.
Donald A. Lobo
added a comment -
check: http://forum.civicrm.org/index.php/topic,3760.html for background
We retrieve the contribution id from the table before we do a save. Ideally we should do a "REPLACE INTO" which allows us to avoid another DB call, but kinda hard to do with current framework.
check: http://forum.civicrm.org/index.php/topic,3760.html for background
We retrieve the contribution id from the table before we do a save. Ideally we should do a "REPLACE INTO" which allows us to avoid another DB call, but kinda hard to do with current framework.