X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Ftypes.inc;fp=includes%2Ftypes.inc;h=b3d4c71aa3bb19b8b180403bce388854baf9e709;hb=a2ae0e35302270ae811db2e6acb44c16b186a970;hp=e1206bcf59f5f33c062afe1e6108bca38d1fb669;hpb=28a39cec8a39dfd2e168b4b95f6f4cb006427a57;p=fa-stable.git diff --git a/includes/types.inc b/includes/types.inc index e1206bcf..b3d4c71a 100644 --- a/includes/types.inc +++ b/includes/types.inc @@ -131,8 +131,6 @@ function payment_person_name($type, $person_id, $full=true) { case PT_SUPPLIER : return ($full ? $payment_person_types[$type] . " ":"") . sprintf("[%05s] %s", $person_id, get_supplier_name($person_id)); default : - //DisplayDBerror("Invalid type sent to person_name"); - //return; return ''; } }