Allowed multiply bank accounts on same gl account, removed bank trans type.
[fa-stable.git] / purchasing / view / view_supp_payment.php
index 82d190a3a89547c4ff68c312a8b9632634e82547..756f686cf7d48576f309b0fd28cde6e18984a245 100644 (file)
@@ -49,7 +49,7 @@ start_row();
 if ($show_currencies)
        label_cells(_("Payment Currency"), $receipt['bank_curr_code'], "class='tableheader2'");
 label_cells(_("Amount"), number_format2(-$receipt['BankAmount'], user_price_dec()), "class='tableheader2'");
-label_cells(_("Payment Type"), $receipt['BankTransType'], "class='tableheader2'");
+label_cells(_("Payment Type"), bank_account_types::transfer_type($receipt['BankTransType']), "class='tableheader2'");
 end_row();
 start_row();
 if ($show_currencies)