Translated herbicideAgent

This commit is contained in:
2020-04-14 09:49:43 +02:00
parent c0fe0c0a14
commit fe58d524e0
2 changed files with 7 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ namespace FarmmapsHerbicide
return null;
}
var itemName = $"VRAHerbicide {agent.Middel}";
var itemName = $"VRAHerbicide {agent.Name}";
var applianceMapItem = await _generalService.FindChildItemAsync(cropfieldItem.Code,
GEOTIFF_PROCESSED_ITEMTYPE, itemName,
i => i.Updated >= itemTask.Finished.GetValueOrDefault(DateTime.UtcNow) &&