6.4 #101

Merged
Rodia merged 54 commits from 6.4 into master 2023-07-29 21:13:59 -05:00
Showing only changes of commit 52e57af7d8 - Show all commits

View File

@ -316,6 +316,6 @@ class CreateContract(Wizard):
maintenance_services=prorogues,
equipments=equipments,
state='draft',
price_contract=maintenance_service.sale_origin.sale.total_amount
price_contract=dates['unit_price']
)
contract.save()