git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@28440 d1611594-4594-4d17-8e1d-87c2c4800839
parent
6eb3dfaaa9
commit
c514bb100e
|
@ -183,6 +183,7 @@ public class BusquedaPricingEspecificoController extends MyGenericForwardCompose
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings({ "rawtypes", "unchecked" })
|
||||||
private void verPricing(PricingEspecifico pricingEspecifico) {
|
private void verPricing(PricingEspecifico pricingEspecifico) {
|
||||||
if (pricingEspecifico == null) {
|
if (pricingEspecifico == null) {
|
||||||
return;
|
return;
|
||||||
|
|
|
@ -1772,6 +1772,7 @@ busquedaPricingController.btnCerrar.tooltiptext = Fechar
|
||||||
|
|
||||||
#Pricing - busquedaPricingController
|
#Pricing - busquedaPricingController
|
||||||
editarPricingController.MSG.porcentajeCero = Quando se informa o pricing por poltrona ou ocupação, a porcentagem principal tem que ser zero
|
editarPricingController.MSG.porcentajeCero = Quando se informa o pricing por poltrona ou ocupação, a porcentagem principal tem que ser zero
|
||||||
|
editarPricingController.lhCorridaId.labelLH = Serviço
|
||||||
editarPricingController.window.title = Pricing
|
editarPricingController.window.title = Pricing
|
||||||
editarPricingController.windowEspecifico.title = Pricing Específico
|
editarPricingController.windowEspecifico.title = Pricing Específico
|
||||||
editarPricingController.windowVigencia.title = Filtros
|
editarPricingController.windowVigencia.title = Filtros
|
||||||
|
|
Loading…
Reference in New Issue