X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=purchasing%2Fview%2Fview_supp_payment.php;h=756f686cf7d48576f309b0fd28cde6e18984a245;hb=45e45a854c40a7a2f9cc8f11e07a259c6923babd;hp=82d190a3a89547c4ff68c312a8b9632634e82547;hpb=f15c44d373692556ffe23fe6461d26cb9fd5d2f6;p=fa-stable.git diff --git a/purchasing/view/view_supp_payment.php b/purchasing/view/view_supp_payment.php index 82d190a3..756f686c 100644 --- a/purchasing/view/view_supp_payment.php +++ b/purchasing/view/view_supp_payment.php @@ -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)