Merge branch 'MOHEMM-Q3-DEV-LATEST' of https://gitlab.com/haroon6138/mohemmionic5 into enad-pre-live

enad-pre-live
Sultan Khan 4 years ago
commit 3afc649085

@ -145,7 +145,7 @@ export class AuthenticationService {
} else { } else {
mobileType = 'android'; mobileType = 'android';
} }
request.VersionID = 3.6; request.VersionID = 3.7;
request.Channel = 31; request.Channel = 31;
request.LanguageID = TranslatorService.getCurrentLanguageCode(); request.LanguageID = TranslatorService.getCurrentLanguageCode();
request.MobileType = mobileType; request.MobileType = mobileType;

@ -1290,10 +1290,11 @@ export class ConcurrentReportComponent implements OnInit {
return values; return values;
} }
selectTemplates() { selectTemplates() {
this.elementRef this.elementRef.nativeElement.querySelectorAll('#containerDiv')[0].innerHTML = '';
.nativeElement.querySelectorAll('#containerDiv')[0].innerHTML = ''; if (this.template) {
this.getCppDiffStructure(this.template); this.getCppDiffStructure(this.template);
} }
}
refreshStatus() { refreshStatus() {
} }

@ -1,7 +1,11 @@
<ion-content> <ion-content>
<div class="head-title"> <div class="head-title">
<app-generic-header showImage="false" showBack="true" [headerText]="'general,concurrent-report' | translate"> <app-generic-header
showImage="false"
showBack="true"
backLink="/home"
[headerText]="'general,concurrent-report' | translate">
</app-generic-header> </app-generic-header>
</div> </div>
<div class="header"></div> <div class="header"></div>

@ -118,8 +118,10 @@ export class TransactionsComponent implements OnInit {
selectTemplates() { selectTemplates() {
// this.elementRef // this.elementRef
// .nativeElement.querySelectorAll('#containerDiv')[0].innerHTML = ''; // .nativeElement.querySelectorAll('#containerDiv')[0].innerHTML = '';
if (this.template) {
this.refresh(); this.refresh();
} }
}
createTransaction() { createTransaction() {
this.cs.openConcurrentReport(); this.cs.openConcurrentReport();
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Loading…
Cancel
Save