Fix #301 -- Add net revenue to sales overview (#313)

This commit is contained in:
Tobias Kunze
2016-11-10 22:24:43 +01:00
committed by Raphael Michel
parent 5999604e8e
commit 2f0c7c0ebc
5 changed files with 53 additions and 41 deletions

View File

@@ -12,7 +12,7 @@
th:not(:first-child) {
text-align: right;
}
span.sum {
span.sum-net, span.sum-gross {
display: none;
}
}
@@ -29,4 +29,4 @@
p:last-child {
margin-bottom: 0;
}
}
}