Skip to content

Commit 296fa36

Browse files
authored
Enable Charts/Reports Animal History tabbed reports (#274)
1 parent db7ae52 commit 296fa36

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

snprc_ehr/resources/views/animalHistory.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
defaultReport: ctx.DefaultAnimalHistoryReport,
1212
defaultTab: 'General',
1313
showFilterOptionsTitle: true,
14+
showReportsOption:true,
1415
filterTypes: [{
1516
xtype: 'ldk-singlesubjectfiltertype',
1617
inputValue: LDK.panel.SingleSubjectFilterType.filterName,
@@ -57,4 +58,4 @@
5758
});
5859
});
5960

60-
</script>
61+
</script>

0 commit comments

Comments
 (0)