caipin před 1 rokem
rodič
revize
a1551c70c5
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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 {