FIXES BUG #06912
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@50923 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
3c9b8da3eb
commit
d8854200eb
|
@ -18,7 +18,7 @@ public class RenderVigenciaTarifa implements ListitemRenderer {
|
|||
|
||||
public void render(Listitem lstm, Object o) throws Exception {
|
||||
VigenciaTarifa vigenciaTarifa = (VigenciaTarifa) o;
|
||||
SimpleDateFormat f = new SimpleDateFormat("dd/MM/yyyy HH:mm:ss");
|
||||
SimpleDateFormat f = new SimpleDateFormat("dd/MM/yyyy HH:mm");
|
||||
|
||||
Listcell lc = new Listcell(vigenciaTarifa.getVigenciatarifaId().toString());
|
||||
lc.setParent(lstm);
|
||||
|
|
Loading…
Reference in New Issue