Fix typo in BillRecord
This commit is contained in:
parent
11e22f5001
commit
53baf0d9f3
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class BillRecord():
|
||||||
self.description = order_record.description
|
self.description = order_record.description
|
||||||
|
|
||||||
if self.order.starting_date > self.bill.starting_date:
|
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:
|
else:
|
||||||
self.one_time_price = 0
|
self.one_time_price = 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue