Skip to content
Snippets Groups Projects
Commit 48042d39 authored by Renaud Le Gac's avatar Renaud Le Gac
Browse files

Bug fixed

parent 4d942157
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ class DbSvc(BaseSvc):
record[key] = db[table][id][field]
if is_foreign_field(db[table][field]):
k_table, k_field, k_query = get_foreign_data(db[table][field])
k_table, k_field, k_query = get_foreign_field(db[table][field])
k_key = encode_field(k_table, k_field)
k_id = record[key]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment