Fixed a missing form title

This commit is contained in:
Oliver Walters 2019-05-05 00:46:11 +10:00
parent 33947df3b6
commit ecb8e71d75

View File

@ -619,3 +619,4 @@ class SupplierPartDelete(AjaxDeleteView):
model = SupplierPart
success_url = '/supplier/'
ajax_template_name = 'company/partdelete.html'
ajax_form_title = 'Delete Supplier Part'