X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Freporting.inc;h=2bfa425748808030cf87e4797b27f40260124be3;hb=42d43355016c70473fa06851baa60c5ea34e7c96;hp=4ce4d148d3a37f31b309795a31d2999f9d772c1e;hpb=bc2003a3804bb1c95d8c41ab164167ac2dd557fb;p=fa-stable.git diff --git a/reporting/includes/reporting.inc b/reporting/includes/reporting.inc index 4ce4d148..2bfa4257 100644 --- a/reporting/includes/reporting.inc +++ b/reporting/includes/reporting.inc @@ -77,6 +77,15 @@ function print_document_link($doc_no, $link_text, $link=true, $type_no, 'PARAM_3' => $email, 'PARAM_4' => ''); break; + case ST_CUSTPAYMENT : + $rep = 112; + // from, to, currency, bank acc, email, comments + $ar = array( + 'PARAM_0' => $doc_no, + 'PARAM_1' => $doc_no, + 'PARAM_2' => '', + 'PARAM_4' => ''); + break; case ST_SUPPAYMENT : $rep = 210; // from, to, currency, bank acc, email, comments