leonardo 2015-07-21 17:43:50 +00:00
parent e11cde4246
commit e61ae7a5ee
1 changed files with 1 additions and 1 deletions

View File

@ -920,7 +920,7 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
GerenciadorEnvioTitulosWS gerenciadorWS = new GerenciadorEnvioTitulosWS(myConn, checkDinheiro.isChecked(), GerenciadorEnvioTitulosWS gerenciadorWS = new GerenciadorEnvioTitulosWS(myConn, checkDinheiro.isChecked(),
checkCredito.isChecked(), checkDebito.isChecked(), checkTF.isChecked(), checkBOL.isChecked(), checkCredito.isChecked(), checkDebito.isChecked(), checkTF.isChecked(), checkBOL.isChecked(),
checkSimulaIntegracion.isChecked()); checkSimulaIntegracion.isChecked(), dateInicio, dateFim);
gerenciadorWS.execute(); gerenciadorWS.execute();
} catch (Exception e) { } catch (Exception e) {