caipin 1 ano atrás
pai
commit
f1fb627060
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      services/contract_section_tree_service.go

+ 1 - 0
services/contract_section_tree_service.go

@@ -154,6 +154,7 @@ func (s *contractService) ContractSectionAdd(sectionData *viewmodels.TreeSection
 	sectionCM.ContractPrice = "0"
 	sectionCM.ContractReturned = "0"
 	sectionCM.ContractsPaid = "0"
+	sectionCM.ContractDeductionTotal = "0"
 
 	data, err := s.treeContractDao.Create(sectionCM)
 	if err != nil {