Compare commits

..

4 Commits

Author SHA1 Message Date
4a06d519bf Merge pull request 'staging' (#177) from staging into main
All checks were successful
CI/CD Pipeline / test (push) Successful in 8m48s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Successful in 4m15s
Reviewed-on: #177
2024-01-21 16:10:32 +01:00
ac5ecbafec Merge branch 'staging' of ssh://git.hofer.link:2222/Ruderverein-Donau-Linz/rowt into staging
All checks were successful
CI/CD Pipeline / test (push) Successful in 8m54s
CI/CD Pipeline / deploy-staging (push) Successful in 4m33s
CI/CD Pipeline / deploy-main (push) Has been skipped
2024-01-21 16:09:53 +01:00
c54efdeec4 add spacing 2024-01-21 16:09:43 +01:00
491b2cac82 Merge pull request 'main' (#176) from main into staging
Some checks are pending
CI/CD Pipeline / test (push) Waiting to run
CI/CD Pipeline / deploy-staging (push) Blocked by required conditions
CI/CD Pipeline / deploy-main (push) Blocked by required conditions
Reviewed-on: #176
2024-01-21 16:08:47 +01:00

View File

@ -88,7 +88,7 @@ impl Mail {
let fees = user.fee(db).await;
if let Some(fees) = fees {
let mut content = format!(
"Liebes Vereinsmitglied, \n\
"Liebes Vereinsmitglied, \n\n\
dein Vereinsbeitrag für das aktuelle Jahr beträgt {}",
fees.sum_in_cents / 100,
);