1
0
Fork 0

(svn r18297) -Fix: Preserve timetable-start when auto-replacing/-renewing.

release/1.0
frosch 2009-11-26 14:56:17 +00:00
parent 4978d30880
commit f97daed5ef
1 changed files with 1 additions and 0 deletions

View File

@ -485,6 +485,7 @@ public:
this->current_order_time = src->current_order_time;
this->lateness_counter = src->lateness_counter;
this->timetable_start = src->timetable_start;
this->service_interval = src->service_interval;
}