Merged changes from stable branch up to 2.3.23.
[fa-stable.git] / admin / db / transactions_db.inc
index f59934fb8cbb9142d6725c1b7afb085111fc82d6..2ee7fa98759c608db8ac17560d7b89139230834d 100644 (file)
@@ -80,7 +80,6 @@ function get_counterparty_name($trans_type, $trans_no, $full=true)
                        ." AND order.debtor_no=debtor.debtor_no";
                        break;
 
-               case ST_RECEIPTINVOICE :
                case ST_SALESINVOICE :
                case ST_CUSTCREDIT :
                case ST_CUSTPAYMENT :
@@ -223,4 +222,3 @@ function get_systypes()
        return $result;
 }
 
-?>