From c4665f84f0c864d6c3d7173e2e18abcf698ed692 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 23 Mar 2014 16:23:53 +0200 Subject: [PATCH] Bug fixes --- app/views/accounts/notifications.blade.php | 3 ++- public/js/script.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/accounts/notifications.blade.php b/app/views/accounts/notifications.blade.php index 3dd004f7394c..40ae1af08e6e 100755 --- a/app/views/accounts/notifications.blade.php +++ b/app/views/accounts/notifications.blade.php @@ -30,7 +30,8 @@ }(document, 'script', 'facebook-jssdk'));
   - Follow @invoiceninja + + Follow @invoiceninja diff --git a/public/js/script.js b/public/js/script.js index 11a0fc3446ae..dbbaac137766 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -69,6 +69,7 @@ function GetReportTemplate4(doc, invoice, layout, checkMath) { y += displaySubtotals(doc, layout, invoice, y+20, 480) + 20; + /* if (checkMath && NINJA.parseFloat(total).toFixed(4) != NINJA.parseFloat(invoice.amount).toFixed(4)) { var doc = new jsPDF('p', 'pt'); @@ -78,7 +79,7 @@ function GetReportTemplate4(doc, invoice, layout, checkMath) { onerror('Failed to generate PDF ' + total + ', ' + invoice.amount ); return doc; } - + */ doc.setDrawColor(200,200,200); doc.setFillColor(230,230,230);