aakvatech/transport

AttributeError: 'NoneType' object has no attribute 'lower'

Closed this issue · 0 comments

File "apps/trans_ms/trans_ms/transport_management/doctype/trip_route/trip_route.py", line 16, in before_save
if d.idx == 1 and d.location_type.lower() != "loading point":
^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'lower'