Commit a0f5978605353478764f2bb7210c53ddb106b1a9
1 parent
d60ec4a6
Exists in
master
[Redmine #4685]Correção find bugs
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
cit-adm-materiais-api/src/main/java/br/com/centralit/api/service/impl/ContaContabilServiceImpl.java
... | ... | @@ -202,7 +202,7 @@ public class ContaContabilServiceImpl extends GenericServiceImpl<ContaContabil, |
202 | 202 | this.montaContaContabilSaldoAnterior(entity); |
203 | 203 | } |
204 | 204 | |
205 | - contaContabil = calcularTaxaDepreciacao(entity); | |
205 | + calcularTaxaDepreciacao(entity); | |
206 | 206 | |
207 | 207 | return super.merge(entity); |
208 | 208 | ... | ... |