Conflicts solved#AL-4549
parent
bdac7d60e8
commit
330407fb5f
4
pom.xml
4
pom.xml
|
@ -4,11 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ventaboletosadm</artifactId>
|
||||
<<<<<<< HEAD
|
||||
<version>1.117.3</version>
|
||||
=======
|
||||
<version>1.118.0</version>
|
||||
>>>>>>> master
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -109,7 +109,7 @@ public class CotizarExpresoController extends MyGenericForwardComposer{
|
|||
|
||||
txtNumSolicitud.setValue(expreso.getSolicitudExpresoId().toString());
|
||||
txtRuta.setValue(expreso.getCiudadOrigen().getNombciudad() + " - " + expreso.getCiudadDestino().getNombciudad());
|
||||
txtIdaRegreso.setValue(expreso.getIndViajeRedondo() == true ? "Ida y Regreso" : "Ida");
|
||||
txtIdaRegreso.setValue(expreso.getIndViajeRedondo() == true ? Labels.getLabel("expresosController.lbl.idaVuelta") : Labels.getLabel("expresosController.lbl.ida"));
|
||||
txtCantPasajeros.setValue(expreso.getCantidadPasajeros().toString());
|
||||
txtFechaIda.setValue(expreso.getFechaHoraIda().toString());
|
||||
txtFechaRegreso.setValue(expreso.getFechaHoraRegreso().toString());
|
||||
|
|
|
@ -63,13 +63,13 @@ public class RenderCargaContratoExpresos implements ListitemRenderer{
|
|||
lc.setParent(item);
|
||||
|
||||
if(expresos.getIndViajeRedondo() == false) {
|
||||
lc = new Listcell("Ida");
|
||||
lc = new Listcell(Labels.getLabel("expresosController.lbl.ida"));
|
||||
lc.setParent(item);
|
||||
}else if (expresos.getIndViajeRedondo() == true) {
|
||||
lc = new Listcell("Ida y Regreso");
|
||||
lc = new Listcell(Labels.getLabel("expresosController.lbl.idaVuelta"));
|
||||
lc.setParent(item);
|
||||
}else {
|
||||
lc = new Listcell("N/A");
|
||||
lc = new Listcell();
|
||||
lc.setParent(item);
|
||||
}
|
||||
|
||||
|
|
|
@ -50,13 +50,13 @@ public class RenderDocumentosExpresos implements ListitemRenderer {
|
|||
lc.setParent(item);
|
||||
|
||||
if(expresos.getIndViajeRedondo() == false) {
|
||||
lc = new Listcell("Ida");
|
||||
lc = new Listcell(Labels.getLabel("expresosController.lbl.ida"));
|
||||
lc.setParent(item);
|
||||
}else if (expresos.getIndViajeRedondo() == true) {
|
||||
lc = new Listcell("Ida y Regreso");
|
||||
lc = new Listcell(Labels.getLabel("expresosController.lbl.idaVuelta"));
|
||||
lc.setParent(item);
|
||||
}else {
|
||||
lc = new Listcell("N/A");
|
||||
lc = new Listcell();
|
||||
lc.setParent(item);
|
||||
}
|
||||
|
||||
|
|
|
@ -60,10 +60,10 @@ public class RenderExpresosPorCotizar implements ListitemRenderer {
|
|||
lc.setParent(item);
|
||||
|
||||
if(expresos.getIndViajeRedondo() == false) {
|
||||
lc = new Listcell("Ida");
|
||||
lc = new Listcell(Labels.getLabel("expresosController.lbl.idaVuelta"));
|
||||
lc.setParent(item);
|
||||
}else if (expresos.getIndViajeRedondo() == true) {
|
||||
lc = new Listcell("Ida y Regreso");
|
||||
lc = new Listcell(Labels.getLabel("expresosController.lbl.idaVuelta"));
|
||||
lc.setParent(item);
|
||||
}else {
|
||||
lc = new Listcell("N/A");
|
||||
|
|
|
@ -57,13 +57,13 @@ public class RenderProgramacionVehiculosExpresos implements ListitemRenderer {
|
|||
lc.setParent(item);
|
||||
|
||||
if(expresos.getIndViajeRedondo() == false) {
|
||||
lc = new Listcell("Ida");
|
||||
lc = new Listcell(Labels.getLabel("expresosController.lbl.ida"));
|
||||
lc.setParent(item);
|
||||
}else if (expresos.getIndViajeRedondo() == true) {
|
||||
lc = new Listcell("Ida y Regreso");
|
||||
lc = new Listcell(Labels.getLabel("expresosController.lbl.idaVuelta"));
|
||||
lc.setParent(item);
|
||||
}else {
|
||||
lc = new Listcell("N/A");
|
||||
lc = new Listcell();
|
||||
lc.setParent(item);
|
||||
}
|
||||
|
||||
|
|
|
@ -7524,7 +7524,6 @@ indexController.mnAjuda.label = Help
|
|||
indexController.mnCatalogos.label = Catalogs
|
||||
indexController.mnConfiguracionesComerciales.label = Commercial Configuration
|
||||
#PARTE REALIZADA POR MANUEL
|
||||
<<<<<<< HEAD
|
||||
indexController.mnCortesias.label = Cortesias Para Funcionários
|
||||
indexController.mnEquivalencia.label = Equivalencia
|
||||
indexController.mnEsquemaOperacional.label = Esquema Operacional
|
||||
|
|
|
@ -7457,6 +7457,8 @@ indexController.mniExpressosDocumentos.label = Documentos
|
|||
expresosController.lbl.verDetalle = Ver Detalle
|
||||
expresosController.lbl.asignarBus = Asignar Bus
|
||||
expresosController.lbl.pagadoCredito = Pagado a Crédito
|
||||
expresosController.lbl.idaVuelta = Ida y Regreso
|
||||
expresosController.lbl.idaVuelta = Ida
|
||||
|
||||
expresoController.MSG.errorArchivo = Archivo inválidoo o nulo
|
||||
cargaContratoController.MSG.errorExpresoNull = Seleccione Expreso a Asociar Contrato
|
||||
|
|
Loading…
Reference in New Issue