RED-3165 fix
This commit is contained in:
parent
3224a1d9ae
commit
a7ac947fb0
@ -32,7 +32,7 @@ export class DossiersListingDossierNameComponent {
|
||||
}
|
||||
|
||||
private get _dueDateDaysDiff(): number {
|
||||
return moment(this.dossier.dueDate).diff(moment(), 'days') + 1;
|
||||
return moment(this.dossier.dueDate).diff(moment().startOf('day'), 'days');
|
||||
}
|
||||
|
||||
getDossierTemplateNameFor(dossierTemplateId: string): string {
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 5341338d36d55b63fb0ff08b0d5779b80ed5902f
|
||||
Subproject commit 51f3d7502b5545663afa2fa0a62abc3578f92905
|
||||
Loading…
x
Reference in New Issue
Block a user