Skip to content

Commit

Permalink
Minor tweak in fix (!99)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Nov 30, 2021
1 parent 3c3bb1c commit d7fb451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/experimental/duepub-metafacture.fix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ end
set_array("sourceOrganization[]")
do list("path":"metadata.mods:mods.mods:name","var":"sourceOrganization")
if any_match("sourceOrganization.mods:role.mods:roleTerm.*.value","his")
copy_field("sourceOrganization.displayForm.value","sourceOrganization[].$append.name")
copy_field("sourceOrganization.mods:displayForm.value","sourceOrganization[].$append.name")
add_field("sourceOrganization[].$last.type", "Organization")
end
end
Expand Down

0 comments on commit d7fb451

Please sign in to comment.