diff --git a/resources/assets/vue/components/reports/sections/MonthlyReportSectionComponent.vue b/resources/assets/vue/components/reports/sections/MonthlyReportSectionComponent.vue index d40eea3d..f3d3bf36 100644 --- a/resources/assets/vue/components/reports/sections/MonthlyReportSectionComponent.vue +++ b/resources/assets/vue/components/reports/sections/MonthlyReportSectionComponent.vue @@ -51,7 +51,7 @@

{{report.activated_orders}}

{{ Math.ceil((((report.activated_orders / report.total_orders) * 100) * 100) / 100).toFixed(2)}}% - Total: {{report.total_orders}} Orders + Created Orders: {{report.total_orders}} Orders