From ce17a92be9c98753911987d12bf30ea9485e8e3f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 6 Oct 2020 19:44:11 +0200 Subject: Complete identifier field: database - profile settings - save --- ishtar_common/utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ishtar_common/utils.py') diff --git a/ishtar_common/utils.py b/ishtar_common/utils.py index 31459f861..70c374731 100644 --- a/ishtar_common/utils.py +++ b/ishtar_common/utils.py @@ -1782,8 +1782,7 @@ FORMULA_FILTERS = { 'deduplicate': _deduplicate } - -def get_external_id(key, item): +def get_generated_id(key, item): profile = get_current_profile() if not hasattr(profile, key): return -- cgit v1.2.3