Skip to content
Snippets Groups Projects
Commit a910d3ae authored by bbotev's avatar bbotev
Browse files

removed

parent 3304e9ba
Branches
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
this.model.statusCode == CertificateStatuTypeEnum.CertificateUserSign ||
this.model.statusCode ==
CertificateStatuTypeEnum.CertificateForDelivery ||
this.model.statusCode == CertificateStatuTypeEnum.Delivered) && applicationCode != '6'">
this.model.statusCode == CertificateStatuTypeEnum.Delivered) ">
<form class="test" autocomplete="off">
<div class="row " style="align-items: center;">
<div class="row">
......@@ -177,7 +177,7 @@
</igx-grid>
</ng-container>
<ng-container *ngIf="this.model.statusCode == CertificateStatuTypeEnum.BulletinsSelection && applicationCode != '6'">
<ng-container *ngIf="this.model.statusCode == CertificateStatuTypeEnum.BulletinsSelection ">
<igx-grid #bulletinsCheckGrid [height]="null" [data]="bulletinsCheckData" [primaryKey]="'id'"
[allowFiltering]="true" [rowSelectable]="true" [rowSelection]="isForPreview ? 'none' : 'multiple'"
[hideRowSelectors]="false">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment