Try to fix issue

This commit is contained in:
2025-01-22 18:29:54 +09:00
parent 74a4e7ad16
commit f2a1493617

View File

@ -836,6 +836,8 @@ def tranfer_to_location(modeladmin, request, queryset):
) )
loc.save() loc.save()
l.delete() l.delete()
return True
tranfer_to_location.short_description = "Transfer all locations in temp table to location table" tranfer_to_location.short_description = "Transfer all locations in temp table to location table"