Merge branch 'development' into issue_5_more_consumable_material

This commit is contained in:
Joachim Lusiardi 2016-06-26 08:27:14 +02:00
commit 90639a757d
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ def create_pit_stop_form(vid):
if len(vehicle.pitstops) > 0:
last_pitstop = vehicle.pitstops[-1]
else:
last_pitstop = Pitstop(0, 0, date(1970, 1, 1))
last_pitstop = Pitstop(0, 0, date(1970, 1, 1), 0)
form = CreatePitstopForm()
form.set_pitstop(last_pitstop)