Ejemplo n.º 1
0
def autorizacionSalida(self, words):
    # se llena el objeto boleto
    boleto = Boleto(int(words[0]), int(words[1]), words[2],None ,None , words[3])
    ###Mensaje 5 de 7
    #print("-->boleto: {}".format(boleto))
    # Se verifica que el boleto este registrado en la BD
    boleto.obtieneBoleto(self)