add files for fix
This commit is contained in:
@@ -115,7 +115,7 @@ public:
|
||||
uint32_t GetCostFromDuration(Configuration *cfg, QDateTime const &start, quint64 durationMinutes, int paymentOptionIndex=0) const;
|
||||
uint32_t GetCostFromDuration(Configuration *cfg, QDateTime const &start, QDateTime const &end, int paymentOptionIndex=0) const;
|
||||
|
||||
private:
|
||||
// private:
|
||||
Ticket private_GetCostFromDuration(Configuration const* cfg,
|
||||
QDateTime const &start,
|
||||
int durationMinutes,
|
||||
|
@@ -28,6 +28,10 @@ public:
|
||||
pop_carry_over_time_range_id = -1;
|
||||
pop_carry_over_start_time_range = -1;
|
||||
pop_carry_over_end_time_range = -1;
|
||||
pop_prepay = false;
|
||||
pop_prepay_time_range_id = -1;
|
||||
pop_prepay_over_start_time_range = -1;
|
||||
pop_prepay_end_time_range = -1;
|
||||
pop_daily_card_price = -1;
|
||||
pop_business_hours = -1;
|
||||
pop_time_step_config = -1;
|
||||
@@ -48,6 +52,10 @@ public:
|
||||
int pop_carry_over_time_range_id;
|
||||
int pop_carry_over_start_time_range;
|
||||
int pop_carry_over_end_time_range;
|
||||
bool pop_prepay;
|
||||
int pop_prepay_time_range_id;
|
||||
int pop_prepay_over_start_time_range;
|
||||
int pop_prepay_end_time_range;
|
||||
int pop_daily_card_price;
|
||||
uint64_t pop_business_hours;
|
||||
int pop_time_step_config;
|
||||
|
Reference in New Issue
Block a user