X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Freporting.inc;h=43d03ef0a8cab7d9a1f9fe3c046bf77fbae02031;hb=be42db53189e110726a0e737a1fe146bf0407c65;hp=a5a47fd24d8517d13f9a67e3ed05aaab36e98b53;hpb=0acad842613b047a0b20218b705d8a7c092a103b;p=fa-stable.git diff --git a/reporting/includes/reporting.inc b/reporting/includes/reporting.inc index a5a47fd2..43d03ef0 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='printlink', $id='') + $icon=false, $class='printlink', $id='', $email=0) { global $path_to_root; include_once($path_to_root . "/includes/types.inc"); @@ -32,7 +32,7 @@ function print_document_link($doc_no, $link_text, $link=true, $type_no, 'PARAM_1' => $doc_no, 'PARAM_2' => "", 'PARAM_3' => get_first_bank_account(), - 'PARAM_4' => 0, + 'PARAM_4' => $email, 'PARAM_5' => 0, 'PARAM_6' => ""); break; @@ -42,7 +42,7 @@ function print_document_link($doc_no, $link_text, $link=true, $type_no, $ar = array( 'PARAM_0' => $doc_no, 'PARAM_1' => $doc_no, - 'PARAM_2' => 0, + 'PARAM_2' => $email, 'PARAM_3' => ""); break; case 10 : // Sales Invoice @@ -54,7 +54,7 @@ function print_document_link($doc_no, $link_text, $link=true, $type_no, 'PARAM_1' => $doc_no, 'PARAM_2' => "", 'PARAM_3' => get_first_bank_account(), - 'PARAM_4' => 0, + 'PARAM_4' => $email, 'PARAM_5' => "", 'PARAM_6' => "", 'PARAM_7' => $type_no); @@ -67,7 +67,7 @@ function print_document_link($doc_no, $link_text, $link=true, $type_no, 'PARAM_1' => $doc_no, 'PARAM_2' => "", 'PARAM_3' => get_first_bank_account(), - 'PARAM_4' => 0, + 'PARAM_4' => $email, 'PARAM_5' => ""); break; // default: $ar = array();