Hi.
Im update to windows 10 and when i use "show changes as unified diff" open
the tortoiseudiff and show wrong characters like this:
Index:
laudospericiais-cli/src/br/gov/prodemge/pcnet/laudos/controle/outrasatividades/tabelaauxiliar/GeraModeloDocx.java
===================================================================
---
laudospericiais-cli/src/br/gov/prodemge/pcnet/laudos/controle/outrasatividades/tabelaauxiliar/GeraModeloDocx.java
(revision
64052)
+++
laudospericiais-cli/src/br/gov/prodemge/pcnet/laudos/controle/outrasatividades/tabelaauxiliar/GeraModeloDocx.java
(revision
64053)
@@ -257,8 +257,21 @@
protected void adicionarTodosOsAtributos(ConfeccaoLaudoXmlVO laudo)
throws Exception {
- adicionarAtributo("Nº Laudo/Parecer T飮ico: ", laudo.getNumeroPCnet(),
docx14Esquerda, 0, 240, 0);
- adicionarAtributo("Nº Requisi磯 Pericial/Parecer: ",
laudo.getNumeroREDS(), docx14Esquerda, 0, 480, 0);
+ if (laudo.getCiencia() != null) {
+ String tipoCiencia = laudo.getCiencia();
+
+ if (tipoCiencia == "Identifica磯") {
+ adicionarAtributo("Nº Parecer T飮ico: ", laudo.getNumeroPCnet(),
docx14Esquerda, 0, 240, 0);
+ adicionarAtributo("Nº Requisi磯 Pericial/Parecer: ",
laudo.getNumeroREDS(), docx14Esquerda, 0, 480, 0);
+
+ } else {
+ adicionarAtributo("Nº Laudo: ", laudo.getNumeroPCnet(), docx14Esquerda,
0, 240, 0);
+ adicionarAtributo("Nº Requisi磯 Pericial: ", laudo.getNumeroREDS(),
docx14Esquerda, 0, 480, 0);
[image: Untitled.png]
how can i solve this? I try anithing i could.
--
You received this message because you are subscribed to the Google Groups
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tortoisesvn/0bc36cc5-88da-45d3-abe4-bab5189d6c92%40googlegroups.com.