X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep112.php;h=ba6c94653b4571ccf24f83b4ff94a1294ad7efd4;hb=a01cbf378c448da44758b9b9898eb1acc970e84a;hp=c13df00d862f25f6b372d6419d3f716a45ed2758;hpb=f45d7b84cfb7992102cfafec4c6e39aa35d914da;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);