Cleanup: various random sql queries found in UI files moved to database interface...
[fa-stable.git] / includes / types.inc
index cd4e3dc3d18fd055c040c9177c033dbf2634c244..5b7b4a7af73588413e2e91cf46f2ae24af19a430 100644 (file)
@@ -140,7 +140,7 @@ function payment_person_name($type, $person_id, $full=true) {
 //
 //     Returns counterparty (supplier/customer) name for selected transaction.
 //
-function get_counterparty_name($trans_type, $trans_no, $full=true)
+function get_counterparty_name($trans_type, $trans_no)
 {
        switch($trans_type)
        {