Fixes shelf view boolean logic
This commit is contained in:
parent
f13f3d460c
commit
e0aa8a7fdf
2 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ def shelve(request):
|
|||
|
||||
# first we need to remove from the specified shelf
|
||||
change_from_current_identifier = request.POST.get("change-shelf-from")
|
||||
if not change_from_current_identifier:
|
||||
if change_from_current_identifier:
|
||||
# find the shelfbook obj and delete it
|
||||
get_object_or_404(
|
||||
models.ShelfBook,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue