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