X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep112.php;fp=reporting%2Frep112.php;h=ba6c94653b4571ccf24f83b4ff94a1294ad7efd4;hb=6af220a67674c827a1970fe601a4c04e8d07cded;hp=c13df00d862f25f6b372d6419d3f716a45ed2758;hpb=c557588f186c83522f5f8d1be3b40c812dc50dcb;p=fa-stable.git diff --git a/reporting/rep112.php b/reporting/rep112.php index c13df00d..ba6c9465 100644 --- a/reporting/rep112.php +++ b/reporting/rep112.php @@ -138,6 +138,13 @@ function print_receipts() $rep->NewPage(); } + $memo = get_comments_string($j, $i); + if ($memo != "") + { + $rep->NewLine(); + $rep->TextColLines(1, 5, $memo, -2); + } + $rep->row = $rep->bottomMargin + (15 * $rep->lineHeight); $rep->TextCol(3, 6, _("Total Allocated"), -2);