Clean report state
This commit is contained in:
parent
7d45820c39
commit
adb05216fd
@ -164,7 +164,7 @@
|
||||
const SZ_WINDOW = 100;
|
||||
const SZ_RANGE = 40000;
|
||||
|
||||
const reports = [
|
||||
const create_reports = () => [
|
||||
{
|
||||
name: 'Notes',
|
||||
rpt_id: 'OR_PN:PROGRESS NOTES~TIUPRG;ORDV04;15;',
|
||||
@ -286,7 +286,7 @@
|
||||
query: '',
|
||||
x_query: '',
|
||||
unify: false,
|
||||
reports,
|
||||
reports: create_reports(),
|
||||
resultsets: {},
|
||||
selection: null
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user