Billing: Calculate prices

This commit is contained in:
2023-11-30 01:44:48 +01:00
parent 17d00a8524
commit 8b9d62ea50
7 changed files with 61 additions and 23 deletions

View File

@ -32,7 +32,8 @@ table.credit .dpnr {
}
table.credit .amount,
table.credit .weight {
table.credit .weight,
table.credit .price {
text-align: right;
}