Adapted the kiCost interface to the new `join` format.

This commit is contained in:
Salvador E. Tropea 2021-12-01 19:17:19 -03:00
parent c324b0a848
commit 6fa6356f9c
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ def apply_join_requests(join, adapted, original):
if elements > 1 and target == key:
# Append data from the other fields
for source in join_l[1:]:
v = original.get(source)
v = source.get_text(original.get)
if v:
append += ' ' + v
if append: