|
|
|
@ -96,7 +96,6 @@ def acte(house=None, prince=None, acte_id=None):
|
|
|
|
Institution.id_institution == doc[0][1])]
|
|
|
|
Institution.id_institution == doc[0][1])]
|
|
|
|
prince_name = [t.name_indiv for t in Individual.select().where(
|
|
|
|
prince_name = [t.name_indiv for t in Individual.select().where(
|
|
|
|
Individual.id_indiv == prince)]
|
|
|
|
Individual.id_indiv == prince)]
|
|
|
|
print(prince_name)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# if the acte if in another house's folder,
|
|
|
|
# if the acte if in another house's folder,
|
|
|
|
# change <house> according to the begining of filename
|
|
|
|
# change <house> according to the begining of filename
|
|
|
|
|