gwu-libraries / launchpad

A django based system that provides a stable URL for every item in the library's catalog. Various discovery services will link to these URLs. The page for each item will in turn link out to various other resources that provide methods for accessing the content of the items.
MIT License
15 stars 9 forks source link

Floor maps link error #1224

Open lwrubel opened 6 years ago

lwrubel commented 6 years ago

Error below for the item viewable in WRLC Catalog at https://catalog.wrlc.org/cgi-bin/Pwebrecon.cgi?BBID=2268753

unable to render bibid: 2268753
Traceback (most recent call last):
  File "/launchpad/current/launchpad/lp/ui/views.py", line 74, in item
    holdings = add_floormap_link(holdings)
  File "/launchpad/current/launchpad/lp/ui/views.py", line 133, in add_floormap_link
    item['DISPLAY_CALL_NO'].replace(' ', ''))
AttributeError: 'NoneType' object has no attribute 'replace'

Request repr(): unavailable