|
@@ -454,6 +454,7 @@ func (s *treeService) Create(data viewmodels.Tree) error {
|
|
|
folder.ContractsIncome = "0"
|
|
|
folder.ContractsPaid = "0"
|
|
|
folder.ContractsPay = "0"
|
|
|
+ folder.ContractDeductionTotal = "0"
|
|
|
folder.ContractsReturned = "0"
|
|
|
err = s.dao.Create(&folder)
|
|
|
if err != nil {
|