improved form processing in summary edit
This commit is contained in:
@@ -2138,8 +2138,8 @@ def interactive_chart(id=0,promember=0):
|
||||
try:
|
||||
spm = datadf['spm']
|
||||
except KeyError:
|
||||
datadf['spm'] = 0*datadf['pace']
|
||||
|
||||
datadf['spm'] = 0
|
||||
|
||||
#datadf,row = dataprep.getrowdata_db(id=id)
|
||||
#if datadf.empty:
|
||||
#return "","No Valid Data Available"
|
||||
|
||||
Reference in New Issue
Block a user