add new prepaid_option_id

This commit is contained in:
Gerhard Hoffmann 2024-08-15 21:19:40 +02:00
parent 6ef57792ce
commit 964ee17540

View File

@ -28,6 +28,7 @@ public:
pop_carry_over = -1;
pop_carry_over_option_id = -1;
pop_prepaid_option_id = -1;
pop_prepay_option_id = -1;
pop_truncate_last_interpolation_step = false;
pop_accumulate_prices = false;
pop_accumulate_durations = false;
@ -61,7 +62,8 @@ public:
int pop_carry_over;
int pop_carry_over_option_id;
bool pop_truncate_last_interpolation_step;
int pop_prepaid_option_id;
int pop_prepaid_option_id; // deprecated
int pop_prepay_option_id;
bool pop_carry_over_target;
int pop_carry_over_time_range_id;
int pop_carry_over_start_time_range;