From fac81dbeed03d19959f30e4aeae78f9fd2943926 Mon Sep 17 00:00:00 2001 From: Angger Date: Fri, 5 Aug 2022 10:00:48 +0700 Subject: [PATCH] added element id usage cost for download --- .../projects_invoice/templates/projects_invoice/cost_tables.html | 1 - 1 file changed, 1 deletion(-) diff --git a/yuyu/admin/projects_invoice/templates/projects_invoice/cost_tables.html b/yuyu/admin/projects_invoice/templates/projects_invoice/cost_tables.html index 9dc2563..a323ebc 100644 --- a/yuyu/admin/projects_invoice/templates/projects_invoice/cost_tables.html +++ b/yuyu/admin/projects_invoice/templates/projects_invoice/cost_tables.html @@ -73,7 +73,6 @@ } function downloadPdf() { - console.log("CALLING DOWNLOAD") let opt = { filename: 'usage_cost.pdf', margin: [16, 16],