Subversion Repositories Integrator Subversion

Rev

Rev 106 | Rev 145 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 106 Rev 144
Line 343... Line 343...
343
                                }
343
                                }
344
                                if (VerificadorUtil.naoEstaNuloOuVazio(medicamento.getVPMC())) {
344
                                if (VerificadorUtil.naoEstaNuloOuVazio(medicamento.getVPMC())) {
345
                                        this.setValorPrecoMaximo(new Double(medicamento.getVPMC()));
345
                                        this.setValorPrecoMaximo(new Double(medicamento.getVPMC()));
346
                                }
346
                                }
347
                        }
347
                        }
-
 
348
                }
-
 
349
        }
-
 
350
       
-
 
351
        @Transient
-
 
352
        public void atualizarAliquotas(Fornecedor fornecedor) {
-
 
353
                if (VerificadorUtil.naoEstaNulo(getProduto())) {
-
 
354
                        getProduto().atualizarAliquotas(fornecedor);
348
                }
355
                }
349
        }
356
        }
350
357
351
}
358
}