X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Frep704.php;h=f62b2d192bc98d412ce4b2816dda1ba0df19a707;hb=HEAD;hp=e820655bfff10cc558a4990c169f5776097f8ed9;hpb=da6c825ef26c6bc0fefeb97328a85b9e9c04f46b;p=fa-stable.git diff --git a/reporting/rep704.php b/reporting/rep704.php index e820655b..f62b2d19 100644 --- a/reporting/rep704.php +++ b/reporting/rep704.php @@ -172,10 +172,7 @@ function print_GL_transactions() $rep->TextCol(4, 5, get_dimension_string($myrow['dimension_id'])); if ($dim > 1) $rep->TextCol(5, 6, get_dimension_string($myrow['dimension2_id'])); - if ($myrow["person_type_id"] == PT_WORKORDER) - $txt = ""; - else - $txt = payment_person_name($myrow["person_type_id"],$myrow["person_id"], false); + $txt = payment_person_name($myrow["person_type_id"],$myrow["person_id"], false); $memo = $myrow['memo_']; if ($txt != "") {