From 1531727188c4067f1e5b9acc4ddde8369cdad35d Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 25 May 2016 12:10:22 +0300 Subject: [PATCH] Prevent setting pdfstring when saving an invoice --- resources/views/invoices/edit.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index 26b42a0bd90b..5099ded5206b 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -1230,7 +1230,7 @@ } } - preparePdfData(''); + submitAction(''); } function getSendToEmails() {