X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=reporting%2Fincludes%2Freporting.inc;h=0267687d115a6d1efd81c24ea488655f02969ac1;hb=3a4c0d65011d8577d7c300e7492a17bf5250c827;hp=6062ddca554ef024ca0ead27085e815041a3e31a;hpb=97c5e11dd178b2b10edd2b99276b3347470fafc8;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; }