File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ CREATE TYPE [dbo].[xClaimRejReasons] AS TABLE(
1818)
1919END
2020GO
21-
21+ -- OTC-161: Commission repport error
2222IF COL_LENGTH (' tblPremium' , ' OverviewCommissionReport' ) IS NULL
2323BEGIN
2424 ALTER TABLE tblPremium ADD OverviewCommissionReport datetime NULL
2929 ALTER TABLE tblPremium ADD AllDetailsCommissionReport datetime NULL
3030END
3131GO
32-
32+ -- end of 0tc 161
3333IF TYPE_ID (N ' xtblUserRole' ) IS NULL
3434BEGIN
3535 CREATE TYPE [dbo].[xtblUserRole] AS TABLE (
@@ -4132,14 +4132,6 @@ UPDATE tblPremium SET isOffline=0
41324132UPDATE tblPolicy SET isOffline= 0
41334133 WHERE (SELECT 1 FROM tblIMISDefaults where OfflineCHF = 1 And OfflineHF = 1 ) is null ;
41344134
4135- -- OTC-161: Commission repport error
4136- IF COL_LENGTH (' tblPremium' , ' OverviewCommissionReport' ) IS NULL
4137- BEGIN
4138- ALTER TABLE tblPremium ADD OverviewCommissionReport datetime NULL
4139- END
41404135
4141- IF COL_LENGTH (' tblPremium' , ' ' ) IS NULL
4142- BEGINAllDetailsCommissionReport
4143- ALTER TABLE tblPremium ADD AllDetailsCommissionReport datetime NULL
4144- END
4136+
41454137
You can’t perform that action at this time.
0 commit comments