Modifica CMR per problema su note contatto mancanti
This commit is contained in:
@@ -227,7 +227,9 @@ public class CrmService {
|
||||
ptbPrevt.setCambio(BigDecimal.ONE);
|
||||
ptbPrevt.setCodVage(codVage);
|
||||
ptbPrevt.setStatoOfferta("CONTATTO");
|
||||
ptbPrevt.setOggetto(Base64.encodeBase64String(note.getBytes()));
|
||||
if (note.getBytes() != null){
|
||||
ptbPrevt.setOggetto(Base64.encodeBase64String(note.getBytes()));
|
||||
}
|
||||
if (pathFolderPrevt.compareTo("") != 0 && nameFileCheckList.compareTo("") != 0) {
|
||||
ls_nextNumFile = getNextNumFile();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user