Parse error in view_supp_payment.php
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 30 Sep 2009 16:03:59 +0000 (16:03 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 30 Sep 2009 16:03:59 +0000 (16:03 +0000)
CHANGELOG.txt
purchasing/view/view_supp_payment.php

index 452096a629c22abc158fc6dc3375cac9c610e2a3..71167cd0e484edebf84d251c60631589eb0f5922 100644 (file)
@@ -31,6 +31,8 @@ $ /includes/prefs/userprefs.inc
 $ /admin/fiscalyears.php
   /purchasing/supplier_payment.php
   /sales/customer_payments.php
+# Parse error in view_supp_payment.php
+$ /purchasing/view/view_supp_payment.php
 
 30-Sep-2009 Janusz Dobrowolski
 ! Single quotes also encoded before database data insert
index 52be7141e0e8626b56e875e7b3a5634509407cfb..554b34455acb8150c6e4c7a7cb41b8e1934e13c3 100644 (file)
@@ -58,7 +58,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"), $bank_transfer_typea[$receipt['BankTransType']], "class='tableheader2'");
+label_cells(_("Payment Type"), $bank_transfer_types[$receipt['BankTransType']], "class='tableheader2'");
 end_row();
 start_row();
 if ($show_currencies)