[FIX] partner_statement: don't consider reconciled lines outside date range

This commit is contained in:
Miquel Raïch
2024-05-07 17:36:13 +02:00
parent 3397031434
commit e1b5b9729e
15 changed files with 171 additions and 40 deletions

View File

@@ -28,3 +28,10 @@
font-style: italic !important;
}
}
.statement-outside-date-rank {
color: $red !important;
td:last-child {
color: $red !important;
}
}