Try to fix issue
This commit is contained in:
@ -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"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user