fixes bug#AL-3969

master
wallace.henrique 2024-03-11 19:50:30 -03:00
parent 5e43745916
commit e180a7a0e4
3 changed files with 2 additions and 5 deletions

View File

@ -344,7 +344,6 @@ public class RelatorioEstoque extends Relatorio {
sb.append(" TB.serie, ");
sb.append(" TB.folioCaja ");
System.out.println(sb.toString());
return sb.toString();
}

View File

@ -219,6 +219,4 @@ public class ItemReporteControleEstoqueBoletos {
return "ItemReporteControleEstoqueBoletos [folioInicial=" + folioInicial + ", folioFinal=" + folioFinal
+ ", descPuntoVenta=" + descPuntoVenta + ", folioAtual=" + folioAtual + ", aidfId=" + aidfId + "]";
}
}