enable video upload option in telepd

This commit is contained in:
venbatechnologies@gmail.com 2021-09-27 14:46:12 +05:30
parent 0f8bb9f36f
commit 74d76043c3
3 changed files with 3 additions and 3 deletions

View File

@ -142,7 +142,7 @@
matTooltip="Is Field visit done ?" matTooltipPosition="above" >
<mat-icon>how_to_reg</mat-icon>
</button>
<button *ngIf="master.fk_pd_type == '2'" mat-stroked-button class="mr-1 mb-1" color="primary" (click)="uploadRecordedVideo()">
<button *ngIf="master.fk_pd_type == '3' || master.fk_pd_type == '2'" mat-stroked-button class="mr-1 mb-1" color="primary" (click)="uploadRecordedVideo()">
<mat-icon>videocam</mat-icon>&nbsp;
<strong>Upload</strong>
</button>