fixes bug #7138
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@53052 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
0f54a4585f
commit
349b288ada
|
@ -19,6 +19,8 @@ import com.rjconsultores.ventaboletos.entidad.Hotel;
|
|||
import com.rjconsultores.ventaboletos.entidad.PrecoApanhe;
|
||||
import com.rjconsultores.ventaboletos.service.HotelService;
|
||||
import com.rjconsultores.ventaboletos.service.PrecoApanheService;
|
||||
import com.rjconsultores.ventaboletos.utilerias.BigDecimalUtil;
|
||||
import com.rjconsultores.ventaboletos.utilerias.LocaleUtil;
|
||||
import com.rjconsultores.ventaboletos.utilerias.UsuarioLogado;
|
||||
import com.rjconsultores.ventaboletos.web.utilerias.MyComboboxCiudad;
|
||||
import com.rjconsultores.ventaboletos.web.utilerias.MyComboboxColonia;
|
||||
|
@ -72,12 +74,14 @@ public class EditarPrecoApanheController extends MyGenericForwardComposer {
|
|||
btnApagar.setVisible(Boolean.FALSE);
|
||||
}
|
||||
|
||||
txtPreco.setValue(BigDecimalUtil.getBigDecimalToStringDouble2CasasDecimaisFormatado(precoApanhe.getPreco(), LocaleUtil.getLocale()));
|
||||
|
||||
}
|
||||
|
||||
public void onClick$btnSalvar(Event ev) throws InterruptedException {
|
||||
try {
|
||||
txtPreco.getValue();
|
||||
cmbCiudad.getValue(true);
|
||||
cmbCiudad.getValue();
|
||||
cmbColonia.getValue();
|
||||
cmbHotel.getValue();
|
||||
|
||||
|
|
Loading…
Reference in New Issue