modify the diff of new line
parent
916fa9d4b7
commit
37413915cb
|
@ -3163,4 +3163,4 @@ function config($translateProvider) {
|
|||
|
||||
angular
|
||||
.module('inspinia')
|
||||
.config(config)
|
||||
.config(config)
|
||||
|
|
|
@ -376,4 +376,4 @@ def generate_excel(report,
|
|||
filename = str(uuid.uuid4()) + '.xlsx'
|
||||
wb.save(filename)
|
||||
|
||||
return filename
|
||||
return filename
|
||||
|
|
|
@ -531,4 +531,4 @@ class Reporting:
|
|||
reporting_start_datetime_local,
|
||||
reporting_end_datetime_local,
|
||||
period_type)
|
||||
resp.body = json.dumps(result)
|
||||
resp.body = json.dumps(result)
|
||||
|
|
Loading…
Reference in New Issue