X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Freporting.inc;h=0267687d115a6d1efd81c24ea488655f02969ac1;hb=f478231ee53d429047979736dafda1db9e6fcd72;hp=6062ddca554ef024ca0ead27085e815041a3e31a;hpb=dc72612432d1e44cd7d1269083c3670f721d5161;p=fa-stable.git diff --git a/reporting/includes/reporting.inc b/reporting/includes/reporting.inc index 6062ddca..0267687d 100644 --- a/reporting/includes/reporting.inc +++ b/reporting/includes/reporting.inc @@ -117,6 +117,16 @@ function print_document_link($doc_no, $link_text, $link=true, $type_no, 'PARAM_3' => '', 'PARAM_4' => $def_orientation); break; + case ST_DIMENSION : + $rep = 501; + // from, to, email, comments, orientation + $ar = array( + 'PARAM_0' => $doc_no, + 'PARAM_1' => $doc_no, + 'PARAM_2' => 1, + 'PARAM_3' => '', + 'PARAM_4' => $def_orientation); + break; default: return null; }