diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-04-07 15:17:04 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:20 +0100 |
commit | 5c0a4d451ec653d76ae26c444da8c000460c9db6 (patch) | |
tree | 532a7872f50d21c112aeb65aa9df559e2916f406 /ishtar_common | |
parent | ffedddae0c27f165e9d839edc5421e415b491330 (diff) | |
download | Ishtar-5c0a4d451ec653d76ae26c444da8c000460c9db6.tar.bz2 Ishtar-5c0a4d451ec653d76ae26c444da8c000460c9db6.zip |
Find - collections: add field to form and sheet
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/migrations/0203_auto_20200407_1142.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'), ), ] |