SM SCreen - Incorrect Module

Issue No: FRM-8539
Created 7/15/2019 4:33:55 AM
Type Bug-QC
Priority Blocker
Status Closed
Resolution Fixed
Fixed Version 19.1
Description Incorrect module name was created on the first transaction.     *Steps* :   # Setup i21 Application (New Company) # Generate License # Register the license # Create User Role # Create User # Run this query: (select * from tblSMScreen where strModule in ('TankManagement','Tank Management')) - you will get a single record with Tank Management (with space) Module Name # Log in using the created user # On Tank Management menu, click Clock Reading # Hit new # On Clock Reading screen, hit Clock Number drilldown to create Clock Number # On Degree Day Clock screen supply the required fields then save. # Close Degree Day Clock screen # On Clock Reading screen , select the created Clock Number # Enter Reading Date and Degree Days on grid # Hit Save # Run this query: (select * from tblSMScreen where strModule in ('TankManagement','Tank Management')) - the scenario above will create record to tblSMScreen     *Issue* :   You will notice that the module name created from the transaction is wrong (without space)   !pastedImage_d121620_0.png|height=221,width=1270!