diff --git a/Mohem/src/app/notification/worklist-main-mr/worklist-main-mr.component.html b/Mohem/src/app/notification/worklist-main-mr/worklist-main-mr.component.html index 15fbfdae..7c7095f6 100644 --- a/Mohem/src/app/notification/worklist-main-mr/worklist-main-mr.component.html +++ b/Mohem/src/app/notification/worklist-main-mr/worklist-main-mr.component.html @@ -513,14 +513,15 @@ - + + 0"> {{ 'general, notAttch' | translate}} 0 "> - + - - {{attachList.SEQ_NUM }}. {{attachList.FILE_NAME}} + + {{i+1 }}. {{attachList.FILE_NAME}} @@ -549,6 +550,8 @@ + + @@ -572,7 +575,7 @@ - Transaction Successful + {{'worklistMain, Tran_Succ' | translate}} diff --git a/Mohem/src/app/notification/worklist-main-po/worklist-main-po.component.html b/Mohem/src/app/notification/worklist-main-po/worklist-main-po.component.html index 371fb6e7..5583b64e 100644 --- a/Mohem/src/app/notification/worklist-main-po/worklist-main-po.component.html +++ b/Mohem/src/app/notification/worklist-main-po/worklist-main-po.component.html @@ -636,14 +636,15 @@ - + + 0"> {{ 'general, notAttch' | translate}} 0 "> - + - - {{attachList.SEQ_NUM }}. {{attachList.FILE_NAME}} + + {{i+1}}. {{attachList.FILE_NAME}} @@ -673,7 +674,8 @@ - + + @@ -690,7 +692,7 @@ - Transaction Successful + {{'worklistMain, Tran_Succ' | translate}} diff --git a/Mohem/src/app/notification/worklist-main-pr/worklist-main-pr.component.html b/Mohem/src/app/notification/worklist-main-pr/worklist-main-pr.component.html index 8e7c7e38..045344e2 100644 --- a/Mohem/src/app/notification/worklist-main-pr/worklist-main-pr.component.html +++ b/Mohem/src/app/notification/worklist-main-pr/worklist-main-pr.component.html @@ -362,8 +362,8 @@ - + + 0"> {{ 'general, notAttch' | translate}} @@ -371,7 +371,7 @@ 0 "> - + - - {{attachList.SEQ_NUM }}. {{attachList.FILE_NAME}} + + {{i+1}}. {{attachList.FILE_NAME}} @@ -400,8 +400,8 @@ - + + @@ -415,7 +415,7 @@ - Transaction Successful + {{'worklistMain, Tran_Succ' | translate}} diff --git a/Mohem/src/app/notification/worklist-main/worklist-main.component.html b/Mohem/src/app/notification/worklist-main/worklist-main.component.html index b58a7b22..fd34b96c 100644 --- a/Mohem/src/app/notification/worklist-main/worklist-main.component.html +++ b/Mohem/src/app/notification/worklist-main/worklist-main.component.html @@ -40,7 +40,7 @@ 0 "> - + + @@ -390,14 +391,19 @@ + + 0"> {{ 'general, notAttch' | translate}} + + + 0 "> - + - - {{attachList.SEQ_NUM }}. {{attachList.FILE_NAME}} + + {{i+1 }}. {{attachList.FILE_NAME}} @@ -426,6 +432,8 @@ + + @@ -443,9 +451,8 @@ - - Transaction Successful + {{'worklistMain, Tran_Succ' | translate}} diff --git a/Mohem/src/assets/localization/i18n.json b/Mohem/src/assets/localization/i18n.json index 9d75f038..db19a1d6 100644 --- a/Mohem/src/assets/localization/i18n.json +++ b/Mohem/src/assets/localization/i18n.json @@ -2372,10 +2372,11 @@ "en": "Request Number", "ar":"Request Number" }, - "ITEM_AMU":{ - "en": "AMU (Last 3 months)", - "ar":"AMU (Last 3 months)" - } + "Tran_Succ":{ + "en": "Transaction Successful", + "ar":"عملية ناجحه" + } + }, "payslip": { "title":{
{{ 'general, notAttch' | translate}}