Stable merged into unstable again (due to failure on binary file during previous...
[fa-stable.git] / includes / types.inc
index ec06fbaa62379cf8bc756bc45e2f29dbdab71f0d..94d5c4e026391ecf95fb7180025e63560fa7167b 100644 (file)
@@ -151,7 +151,6 @@ function get_counterparty_name($trans_type, $trans_no, $full=true)
                        WHERE order_no=".db_escape($trans_no)." AND trans_type=".db_escape($trans_type)
                        ." AND order.debtor_no=debtor.debtor_no";
                        break;
-
                case ST_SALESINVOICE :
                case ST_CUSTCREDIT :
                case ST_CUSTPAYMENT :