From 5c0a4d451ec653d76ae26c444da8c000460c9db6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 7 Apr 2020 15:17:04 +0200 Subject: Find - collections: add field to form and sheet --- ishtar_common/migrations/0203_auto_20200407_1142.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/migrations') diff --git a/ishtar_common/migrations/0203_auto_20200407_1142.py b/ishtar_common/migrations/0203_auto_20200407_1142.py index db6cbc50c..739388097 100644 --- a/ishtar_common/migrations/0203_auto_20200407_1142.py +++ b/ishtar_common/migrations/0203_auto_20200407_1142.py @@ -15,6 +15,6 @@ class Migration(migrations.Migration): migrations.AlterField( model_name='ishtarsiteprofile', name='container_external_id', - field=models.TextField(default='{location__external_id}-{container_type__txt_idx}-{parent_id}-{reference}', help_text='Formula to manage container external ID. Change this with care. With incorrect formula, the application might be unusable and import of external data can be destructive.', verbose_name='Container external id'), + field=models.TextField(default='{parent_external_id}-{container_type__txt_idx}-{reference}', help_text='Formula to manage container external ID. Change this with care. With incorrect formula, the application might be unusable and import of external data can be destructive.', verbose_name='Container external id'), ), ] -- cgit v1.2.3