diff --git a/src/com/rjconsultores/ventaboletos/service/impl/PricingServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/PricingServiceImpl.java index 1395782c7..ec751feb9 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/PricingServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/PricingServiceImpl.java @@ -225,6 +225,7 @@ public class PricingServiceImpl implements PricingService { clonePricing.setIndGeneraFeriadoVenta(pricing.getIndGeneraFeriadoVenta()); clonePricing.setIndGeneraFeriadoViaje(pricing.getIndGeneraFeriadoViaje()); clonePricing.setIndtransferible(pricing.getIndtransferible()); + clonePricing.setIndreservable(pricing.getIndreservable()); clonePricing = suscribir(clonePricing);