regular_costs #5

Merged
jlusiardi merged 19 commits from regular_costs into master 2021-06-18 20:20:13 +02:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit bf4bb607d5 - Show all commits

View File

@ -77,7 +77,8 @@ class Vehicle(db.Model):
order_by="asc(Pitstop.odometer)" order_by="asc(Pitstop.odometer)"
) )
services = db.relationship( services = db.relationship(
'Service' 'Service',
order_by = "asc(Service.odometer)"
) )
consumables = db.relationship( consumables = db.relationship(
'Consumable', 'Consumable',