Redirection issue once transaction is deleted

@brady.miller,

On examining the transactions, we came across redirection issues and the steps are provided below.

  1. Select a particular patient. Click on Transactions.

  2. Click Add. Choose the transaction type physician request.

  3. Enter Details and click on save.

  4. On deleting that particular transaction, it returns the delete alert. On clicking ok, it returns the SQL query. Instead of this we can show the button named as ok or back along with SQL query to get back to the main screen. If this can be done, we will make required changes and commit the code.

Attached the screenshot for your reference.

Thanks,
ViSolve

Hi @visolveemr ,

I am guessing this is an issue with all Delete items (since they all go through the same script). Agree with having an Ok or Back here.

thanks,
-brady

@brady.miller
"Redirection issue once transaction is deleted "- has been fixed .
Solution - We have provided Back button after delete, to getback to the main screen.
The following is the Commit link - back to main screen after delete action · visolve-openemr/Openemr_features_enhancements@d7b770c · GitHub

and the pull request is :

Thanks,
ViSolve