Subversion Repositories Integrator Subversion

Rev

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

Rev 591 Rev 608
Line 619... Line 619...
619
                                        if (produtoSelecionado.getCodigo().equals("000000")) {
619
                                        if (produtoSelecionado.getCodigo().equals("000000")) {
620
                                                LancadorMensagem.lancarErro("PRODUTO NÃO ENCONTRADO");
620
                                                LancadorMensagem.lancarErro("PRODUTO NÃO ENCONTRADO");
621
                                        } else {
621
                                        } else {
622
                                                getEntidade().prepararDadosParaDuplicacao(produtoSelecionado);
622
                                                getEntidade().prepararDadosParaDuplicacao(produtoSelecionado);
623
                                                getEntidade().setDataOnline(null);
623
                                                getEntidade().setDataOnline(null);
624
                                                getEntidade().setDataOnlineShoplog(null);
-
 
625
                                                getEntidade().setIndicadorOnline(null);
624
                                                getEntidade().setIndicadorOnline(null);
626
                                                getEntidade().setIndicadorOnlineShoplog(null);
-
 
627
                                                LancadorMensagem.lancarSucesso("OPERAÇÃO REALIZADA COM SUCESSO");
625
                                                LancadorMensagem.lancarSucesso("OPERAÇÃO REALIZADA COM SUCESSO");
628
                                        }
626
                                        }
629
                                }
627
                                }
630
                        }
628
                        }
631
                });
629
                });