10-10-2013, 08:11 PM
Hola Javiba, claro, abre el fichero C:\SYSME\SGH\actualizabdsysmehotel.txt y añade el siguiente código:
Guarda el fichero y reinicia Sysme Hotel, ya debería estar desbloqueado.
Ya me dices.
Código:
update car_com set precio = 0 where precio is null;
update car_com set iva = 0 where iva is null;
update car_com set impuesto2 = 0 where impuesto2 is null;
update car_com set cantidad = 0 where cantidad is null;
update car_comg set precio = 0 where precio is null;
update car_comg set iva = 0 where iva is null;
update car_comg set impuesto2 = 0 where impuesto2 is null;
update car_comg set cantidad = 0 where cantidad is null;
Guarda el fichero y reinicia Sysme Hotel, ya debería estar desbloqueado.
Ya me dices.