Fix typo in BillRecord

This commit is contained in:
fnux 2020-03-03 11:29:57 +01:00
parent 11e22f5001
commit 53baf0d9f3
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class BillRecord():
self.description = order_record.description
if self.order.starting_date > self.bill.starting_date:
self.one_time_price = one_time_price
self.one_time_price = order_record.one_time_price
else:
self.one_time_price = 0