Compare commits
1 Commits
master
...
bad-neuena
Author | SHA1 | Date | |
---|---|---|---|
1d8dfcfa22 |
@ -36,6 +36,8 @@ int CALCULATE_LIBRARY_API get_minimal_parkingtime(Configuration const *cfg,
|
|||||||
|
|
||||||
switch(permitType) {
|
switch(permitType) {
|
||||||
case PERMIT_TYPE::SHORT_TERM_PARKING: { // e.g. szeged (customer_281)
|
case PERMIT_TYPE::SHORT_TERM_PARKING: { // e.g. szeged (customer_281)
|
||||||
|
QList<int> const tsteps = Calculator::GetInstance().GetTimeSteps((Configuration *)cfg, paymentOptionIndex);
|
||||||
|
Q_UNUSED(tsteps);
|
||||||
minTime = cfg->getPaymentOptions(paymentOptionIndex).pop_min_time;
|
minTime = cfg->getPaymentOptions(paymentOptionIndex).pop_min_time;
|
||||||
} break;
|
} break;
|
||||||
case PERMIT_TYPE::DAY_TICKET_ADULT: {
|
case PERMIT_TYPE::DAY_TICKET_ADULT: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user