X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep210.php;fp=reporting%2Frep210.php;h=136f0d2c9fe355b542fc8dd06cbad64d5f112d27;hb=6af220a67674c827a1970fe601a4c04e8d07cded;hp=f177fbc1b480c71d210a9542d84a5608df2d5522;hpb=c557588f186c83522f5f8d1be3b40c812dc50dcb;p=fa-stable.git diff --git a/reporting/rep210.php b/reporting/rep210.php index f177fbc1..136f0d2c 100644 --- a/reporting/rep210.php +++ b/reporting/rep210.php @@ -152,6 +152,12 @@ function print_remittances() $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);