caipin 1 vuosi sitten
vanhempi
commit
a1551c70c5
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      services/contract_section_tree_service.go

+ 1 - 0
services/contract_section_tree_service.go

@@ -75,6 +75,7 @@ func (s *contractService) SetSection(templateNumber int, bidsectionId int, proje
 		section.ContractPrice = "0"
 		section.ContractReturned = "0"
 		section.ContractsPaid = "0"
+		section.ContractDeductionTotal = "0"
 
 		// err := s.treeContractDao.Create(section)
 		// if err != nil {