fixed a bug in signature services preventing UNLOAD LW_RHO QA met from being signed
This commit is contained in:
@ -136,9 +136,13 @@ Service GetMaterialTrackSettings(UserId)
|
||||
If (UserId NE '') then
|
||||
RepUserId = UserId
|
||||
Convert @Lower.Case to @Upper.Case in RepUserId
|
||||
Response = Database_Services('ReadDataRow', 'REPORT_CONFIG', 'MATERIAL_TRACK_WEB*':RepUserId)
|
||||
If RowExists('REPORT_CONFIG', 'MATERIAL_TRACK_WEB*':RepUserId) then
|
||||
Response = Database_Services('ReadDataRow', 'REPORT_CONFIG', 'MATERIAL_TRACK_WEB*':RepUserId)
|
||||
end else
|
||||
Response = Database_Services('ReadDataRow', 'REPORT_CONFIG', 'MATERIAL_TRACK_WEB*DEFAULT')
|
||||
end
|
||||
end else
|
||||
Error_Services('Add', 'Error in ':Service:' service. Null UserId passed into service.')
|
||||
Response = Database_Services('ReadDataRow', 'REPORT_CONFIG', 'MATERIAL_TRACK_WEB*DEFAULT')
|
||||
end
|
||||
|
||||
end service
|
||||
@ -156,3 +160,4 @@ Service UpdateMaterialTrackSettings(MtSettingsJson, UserId)
|
||||
|
||||
end service
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user