From 5f8b006b878b8c03e952609324951f6952342ed1 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Mon, 27 Jul 2009 17:30:21 +0000 Subject: [PATCH 1/1] Fixed print link default class. --- reporting/includes/reporting.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reporting/includes/reporting.inc b/reporting/includes/reporting.inc index a5dd5f2e..a5a47fd2 100644 --- a/reporting/includes/reporting.inc +++ b/reporting/includes/reporting.inc @@ -15,7 +15,7 @@ // You only need full parameter list for invoices/credit notes function print_document_link($doc_no, $link_text, $link=true, $type_no, - $icon=false, $class='', $id='') + $icon=false, $class='printlink', $id='') { global $path_to_root; include_once($path_to_root . "/includes/types.inc"); @@ -79,7 +79,7 @@ function print_document_link($doc_no, $link_text, $link=true, $type_no, // Universal link to any kind of report. // function print_link($link_text, $rep, $pars = array(), $dir = '', - $icon=false, $class='', $id='') + $icon=false, $class='printlink', $id='') { global $path_to_root, $pdf_debug; -- 2.30.2