fix: BIG-132 AR/AP aging summary report filter by none transactions/zero contacts.

This commit is contained in:
a.bouhuolia
2021-10-31 12:35:50 +02:00
parent 60f45f281a
commit cbce9f6d50
32 changed files with 241 additions and 122 deletions

View File

@@ -42,7 +42,7 @@
.financial-header-drawer{
.bp3-drawer{
max-height: 450px;
max-height: 550px;
}
}
}

View File

@@ -84,8 +84,7 @@
.financial-statement--transactions {
.financial-header-drawer {
.bp3-drawer {
// max-height: 350px;
max-height: 415px;
max-height: 450px;
}
}
}

View File

@@ -33,7 +33,7 @@
.financial-header-drawer {
.bp3-drawer {
// max-height: 400px;
max-height: 415px;
max-height: 450px;
}
}
}
@@ -41,7 +41,7 @@
.financial-statement--inventory-valuation {
.financial-header-drawer {
.bp3-drawer {
max-height: 350px;
max-height: 400px;
}
}
}