diff options
| author | Joe Carstairs <me@joeac.net> | 2024-11-21 21:40:31 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-11-21 21:40:31 +0000 |
| commit | 9274d625c5e04e7fdca0d0449c44608a4617050c (patch) | |
| tree | deddfa82cec85ed7c26e77b668d3e581db5156b8 /rust/actualbudget_models/src/actualbudget_zero_budget.rs | |
| parent | 6174d31572fb4d6582029a6ec2ea4391d704a7cb (diff) | |
Super cool zero budget integration testing
Diffstat (limited to 'rust/actualbudget_models/src/actualbudget_zero_budget.rs')
| -rw-r--r-- | rust/actualbudget_models/src/actualbudget_zero_budget.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/actualbudget_models/src/actualbudget_zero_budget.rs b/rust/actualbudget_models/src/actualbudget_zero_budget.rs index 41b3443..f55972e 100644 --- a/rust/actualbudget_models/src/actualbudget_zero_budget.rs +++ b/rust/actualbudget_models/src/actualbudget_zero_budget.rs @@ -9,5 +9,5 @@ pub struct ActualbudgetZeroBudget { pub month: ActualbudgetDate, pub category_id: String, pub amount: i32, - pub do_carry_over: i32, + pub do_carry_over: bool, } |
