Fix flush pass to print to and from department/account

This commit is contained in:
Piv
2023-03-10 17:30:23 +10:30
parent 8dc0881197
commit f5a777baa7
2 changed files with 46 additions and 40 deletions

View File

@@ -381,7 +381,6 @@ where
account: cost.account.clone(),
department: department.department,
value: department.value,
pass: None,
})?;
}
}