Tessitura error: The same constituent and membership organization has been added or edited in another order session. The order cannot be saved.
If you see this error message you may be encountering defect DEV-27792 in which you Cannot Checkout a Membership Upgrade if a Membership other than the Current Membership has been edited/Deactivated.
Suggested Workaround
Contact Tessitura support with the constituent ID for the donation being processed so they can apply the following changes.
Make a change to the Active membership to change the last_update_dt value In vl6.0.25 - must be done in SSMS {code:java) UPDATE T_MEMBERSHIP set last_update_dt = getdate() where id = xxx --CURRENT membership ID {code} In v16.0.26+ - Add a note in the application or Deactivate & Reactivate