-
Type:
Bug
-
Status: Closed
-
Priority:
Medium
-
Resolution: Bug Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: UI Refresh
-
Labels:None
-
Environment:Others
-
Bug Type:Functional
-
Bug Severity:Low
-
Level:Partner
-
Module:BenAdmin - Report
-
Reported by:Harbinger
-
Item State:Stage QA - Production Deployment on Hold
-
Issue Importance:Q2
-
Browser:Google Chrome
-
UAT For:UI Refresh
Steps:-
1] Log into the Azure site using partner credentials
2] Search and select Softchoice for hspl company
3] Now click on Invoice Management option from Benadmin curtain
4] Now edit an invoice in which only one month's invoice is generated.
5] Try to delete that invoice and observe
Actual Result:-
Server Error is displayed on click of delete button
Expected Result:-
Invoice should be deleted without any errors
Please let me know if you need any more information on this
Below are 3C's :-
Concern:- Server Error displayed on deleting an invoice.
Cause :- On deleting invoice we drop the temporary tables.
A trigger 'TR_ProtectTables' at database level was restricting the drop of table. This was causing server error.
Correction :- Dropped the trigger 'TR_ProtectTables' from all databases as this was no more in use.