diff options
Diffstat (limited to 'ishtar_common/migrations/0203_auto_20200407_1142.py')
-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'), ), ] |