From b9497708388e7f095991a947f6afa2aae9b17a9e Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Tue, 14 Apr 2020 21:01:02 +0100 Subject: [PATCH] pep eiiiiiight --- assets/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/forms.py b/assets/forms.py index 0304e6a0..580a5f2e 100644 --- a/assets/forms.py +++ b/assets/forms.py @@ -25,7 +25,7 @@ class AssetAuditForm(AssetForm): class Meta(AssetForm.Meta): # Prevents assets losing existing data that isn't included in the audit form exclude = ['asset_id_prefix', 'asset_id_number', 'last_audited_at', 'last_audited_by', - 'parent', 'purchased_from', 'purchase_price', 'comments'] + 'parent', 'purchased_from', 'purchase_price', 'comments'] class AssetSearchForm(forms.Form):