Fix: Add field total_order
This commit is contained in:
@@ -41,5 +41,8 @@ Create order::
|
||||
>>> line1.quantity = 4.0
|
||||
>>> line1.unitprice = Decimal('8400')
|
||||
>>> line1.total_amount = Decimal('33600')
|
||||
>>> order.total_order = Decimal('33600')
|
||||
>>> order.save()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user