From: Joe Hunt Date: Mon, 15 May 2017 14:22:21 +0000 (+0200) Subject: 0003789: Comments is cut off when actual invoice is printed. Maximized to 130 characters. X-Git-Tag: v2.4.2~19^2~10 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=d6acd81ab6a3c773ddd1557a8476002d96db0cd3 0003789: Comments is cut off when actual invoice is printed. Maximized to 130 characters. --- diff --git a/reporting/includes/reports_classes.inc b/reporting/includes/reports_classes.inc index 5a309440..647209f8 100644 --- a/reporting/includes/reports_classes.inc +++ b/reporting/includes/reports_classes.inc @@ -265,7 +265,7 @@ class BoxReports case 'TEXTBOX': $value = (isset($_POST[$name]) ? $_POST[$name] : ""); - return ""; + return ""; case 'ACCOUNTS': // not used return gl_account_types_list($name, null, _("No Account Group Filter"), true);