Skip to content
Snippets Groups Projects
Verified Commit 18dd2e40 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #15593 TIME 0:15 Can not choose mail without document for reconciliation

parent c6ab6b93
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,7 @@
</div>
<div class="main-info" [class.selected-data]="row.checked">
<span style="width:50px;">
<mat-checkbox color="primary" [checked]="row.checked" (change)="toggleRes($event,row)"
<mat-checkbox color="primary" [checked]="row.checked" (change)="toggleRes($event,row)" [disabled]="singleSelection && !row.hasDocument"
(click)="$event.stopPropagation();">
</mat-checkbox>
</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment