-=======
-
-
->>>>>>> d0fe2dca5c316aa0281ac40abe66d1137c1f4e7f
-
-
Lab Exercise - {{LabExerciseName}}
-
-
-
-
-
-
-
-
-
-
-<<<<<<< HEAD
-
-=======
-
->>>>>>> d0fe2dca5c316aa0281ac40abe66d1137c1f4e7f
-
- {{activityTitle}}
{{Title}}
-
-
Question {{quiznumber}} of {{TotalNumberofQuiz}}
-
-
-
-
-
-
-=======
-
- -->
->>>>>>> d0fe2dca5c316aa0281ac40abe66d1137c1f4e7f
-
-
-
-
{{option.OptionTitle}}
-
-
-
-
-
![]()
-
-
-
{{optionbox.Answervalue}}
-
{{ans.Value}}
-
-
-<<<<<<< HEAD
-
-=======
-
->>>>>>> d0fe2dca5c316aa0281ac40abe66d1137c1f4e7f
-
-
{{option.OptionTitle}}
-
-
-
-
-
{{option.OptionTitle}}
-
-
-
-
-
-
-
-
-
-
-
-
Cardiovascula System
-
Performace Report
-
Score:{{scoreResult}}%
-
-
-
-
-
-
-
-
- Total Question |
- Correct Answers |
- Incorrect Answers |
-
-
-
-
- {{TotalNumberofQuiz}} |
- {{CorrectAnswer}} |
- {{inCorrectAnswer}} |
-
-
-
-
-
-
-
-
-
- Question |
- Activity Title |
- Status |
- Action |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html
index f44a0e6..f3df5d8 100644
--- a/400-SOURCECODE/AIAHTML5.Web/index.html
+++ b/400-SOURCECODE/AIAHTML5.Web/index.html
@@ -234,7 +234,7 @@
-
Copyright © 2017 Ebix Inc. All rights reserved.
+
Copyright © {{current_year}} Ebix Inc. All rights reserved.
diff --git a/500-DBDump/AIA-StoredProcedures/dbo.GetDiscountReport.StoredProcedure.sql b/500-DBDump/AIA-StoredProcedures/dbo.GetDiscountReport.StoredProcedure.sql
index ea21cdb..a649d86 100644
--- a/500-DBDump/AIA-StoredProcedures/dbo.GetDiscountReport.StoredProcedure.sql
+++ b/500-DBDump/AIA-StoredProcedures/dbo.GetDiscountReport.StoredProcedure.sql
diff --git a/500-DBDump/AIA-StoredProcedures/dbo.GetExportedImageDetails.StoredProcedure.sql b/500-DBDump/AIA-StoredProcedures/dbo.GetExportedImageDetails.StoredProcedure.sql
index 19bbd19..615d3f1 100644
--- a/500-DBDump/AIA-StoredProcedures/dbo.GetExportedImageDetails.StoredProcedure.sql
+++ b/500-DBDump/AIA-StoredProcedures/dbo.GetExportedImageDetails.StoredProcedure.sql
diff --git a/500-DBDump/AIA-StoredProcedures/dbo.GetNetAdSummaryReport.StoredProcedure.sql b/500-DBDump/AIA-StoredProcedures/dbo.GetNetAdSummaryReport.StoredProcedure.sql
index be224c0..546fbd6 100644
--- a/500-DBDump/AIA-StoredProcedures/dbo.GetNetAdSummaryReport.StoredProcedure.sql
+++ b/500-DBDump/AIA-StoredProcedures/dbo.GetNetAdSummaryReport.StoredProcedure.sql
diff --git a/500-DBDump/AIA-StoredProcedures/dbo.GetSiteLicenseUsageReport.StoredProcedure.sql b/500-DBDump/AIA-StoredProcedures/dbo.GetSiteLicenseUsageReport.StoredProcedure.sql
index d41e156..ad339b2 100644
--- a/500-DBDump/AIA-StoredProcedures/dbo.GetSiteLicenseUsageReport.StoredProcedure.sql
+++ b/500-DBDump/AIA-StoredProcedures/dbo.GetSiteLicenseUsageReport.StoredProcedure.sql
diff --git a/500-DBDump/AIA-StoredProcedures/usp_GetProductEditionByLicense.sql b/500-DBDump/AIA-StoredProcedures/usp_GetProductEditionByLicense.sql
new file mode 100644
index 0000000..ec352ed
--- /dev/null
+++ b/500-DBDump/AIA-StoredProcedures/usp_GetProductEditionByLicense.sql
@@ -0,0 +1,16 @@
+
+CREATE PROCEDURE [dbo].[usp_GetProductEditionByLicense]
+ -- Add the parameters for the stored procedure here
+ @iLicenseId int
+AS
+BEGIN
+ -- SET NOCOUNT ON added to prevent extra result sets from
+ -- interfering with SELECT statements.
+ SET NOCOUNT ON;
+ SELECT Edition.Id, Edition.Title, Edition.IsActive, Edition.Priority
+ FROM Edition
+ INNER JOIN LicenseToEdition ON Edition.Id = LicenseToEdition.EditionId
+ WHERE LicenseToEdition.LicenseId =@iLicenseId
+END
+
+
diff --git a/500-DBDump/additionalScript/UpdateModuleName.sql b/500-DBDump/additionalScript/UpdateModuleName.sql
index 2475b3a..1d57b50 100644
--- a/500-DBDump/additionalScript/UpdateModuleName.sql
+++ b/500-DBDump/additionalScript/UpdateModuleName.sql
@@ -1,2 +1,2 @@
-UPdate ResourceModule set Title='COMPLEMENTARY AND ALTERNATIVE MEDICINE'
-where Title='CAM';
\ No newline at end of file
+UPdate ResourceModule set Title='Complementary and Alternative Medicine'
+where Title='COMPLEMENTARY AND ALTERNATIVE MEDICINE';
\ No newline at end of file