daniel.zauli 2015-12-17 13:02:06 +00:00
parent d29edafe4c
commit ece75a4040
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ public class ConfRestricaoCanalVentaServiceImpl implements ConfRestricaoCanalVen
){
return true;
}else if(isRutasTipoPvCorridaIdOrigemDestinoEquivalentes(a,b)
&& (a.getFecCorrida() == null) == (b.getFecCorrida() == null) == (true)
&& ((a.getFecCorrida() == null) ) && ( (b.getFecCorrida() == null) )
&& isIntercessaoDiasSemana(a,b)
){
return true;