Cleanup comments. Small bugfixes. Second run
[fa-stable.git] / includes / types.inc
index e1206bcf59f5f33c062afe1e6108bca38d1fb669..b3d4c71aa3bb19b8b180403bce388854baf9e709 100644 (file)
@@ -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 '';
        }
 }