Skip to content
Snippets Groups Projects
Commit bd3fac6a authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #21609 TIME 0:05 check only empty process_date

parent 039b7957
No related branches found
No related tags found
No related merge requests found
......@@ -269,12 +269,6 @@ export class SendSignatureBookActionComponent implements AfterViewInit {
} else {
nbVisaRole++;
}
} else {
if (item.signatory) {
nbSignRole++;
} else {
nbVisaRole++;
}
}
});
......
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