[0003230] Fixed typo in gl_deposit_view.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 6 Jul 2015 08:33:47 +0000 (10:33 +0200)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Mon, 6 Jul 2015 08:36:26 +0000 (10:36 +0200)
gl/view/gl_deposit_view.php

index 152a99efa26da1de292dae253d226d1a28688ff7..049ecdfc0dd93086dbd3051126e0e7434e010ef1 100644 (file)
@@ -68,7 +68,7 @@ label_cells(_("Amount"), number_format2($to_trans['amount'], user_price_dec()),
 label_cells(_("Date"), sql2date($to_trans['trans_date']), "class='tableheader2'");
 end_row();
 start_row();
-label_cells(_("From"), get_counterparty_name(BT_BANKDEPOSIT, $to_trans['trans_no']), "class='tableheader2'", "colspan=$colspan1");
+label_cells(_("From"), get_counterparty_name(ST_BANKDEPOSIT, $to_trans['trans_no']), "class='tableheader2'", "colspan=$colspan1");
 if ($show_currencies)
 {
        label_cells(_("Settle currency"), $to_trans['settle_curr'], "class='tableheader2'");