pep eiiiiiight

This commit is contained in:
2020-04-14 21:01:02 +01:00
parent e78a474290
commit b949770838

View File

@@ -25,7 +25,7 @@ class AssetAuditForm(AssetForm):
class Meta(AssetForm.Meta): class Meta(AssetForm.Meta):
# Prevents assets losing existing data that isn't included in the audit form # 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', 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): class AssetSearchForm(forms.Form):