3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Fix birth log importer's mother reference target.

This commit is contained in:
Michael Stenta 2019-10-09 12:25:47 -04:00
parent f13327f584
commit 6c6ada79ce

View file

@ -204,7 +204,7 @@ function farm_livestock_feeds_importer_default_alter($importers) {
$mappings = array(
array(
'source' => 'Mother ID',
'target' => 'field_farm_mother',
'target' => 'field_farm_mother:etid',
'unique' => FALSE,
'language' => 'und',
),