changes Satztitel to mov_title
This commit is contained in:
@@ -87,7 +87,7 @@ class Werk_unter_id:
|
||||
WHERE id = {werk_id}
|
||||
"""
|
||||
werk_list_val = self.reader.execute(sql_wui).fetchone()
|
||||
werk_list_att = ('id', 'comp_id', 'year', 'opus', 'collection', 'main_key', 'title', 'Satztitel', 'Aliasname', 'Werkverzeichnis', 'Werkverzeichnisnummer')
|
||||
werk_list_att = ('id', 'comp_id', 'year', 'opus', 'collection', 'main_key', 'title', 'mov_title', 'Aliasname', 'Werkverzeichnis', 'Werkverzeichnisnummer')
|
||||
for tup in zip(werk_list_att, werk_list_val):
|
||||
self.values[tup[0]] = tup[1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user