From 3b25072901c57c51a196a5ff0b7bb679a8b30ea4 Mon Sep 17 00:00:00 2001 From: julio Date: Tue, 17 May 2016 16:47:48 +0000 Subject: [PATCH] bug #7480 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@56068 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/service/impl/FiscalServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/rjconsultores/ventaboletos/service/impl/FiscalServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/FiscalServiceImpl.java index 31428a40f..9a81767d8 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/FiscalServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/FiscalServiceImpl.java @@ -622,7 +622,7 @@ public class FiscalServiceImpl implements FiscalService { tipoPassagem = "E"; } - String numItem = StringHelper.preencherZeroEsquerda(seqItem.toString(), 2); + String numItem = StringHelper.preencherZeroEsquerda(seqItem.toString(), 3); String cfop = null; if (tipoPassagem.equals("E")) {