From: Joe Hunt Date: Wed, 29 Apr 2015 12:18:44 +0000 (+0200) Subject: Fixed wrong headers in Supplier Credit Note. X-Git-Tag: 2.3-final~49 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=3f3483182f91490e03ed65fb94e221949d1ff2ff Fixed wrong headers in Supplier Credit Note. --- diff --git a/purchasing/includes/ui/invoice_ui.inc b/purchasing/includes/ui/invoice_ui.inc index fafe4c5d..9c75a971 100644 --- a/purchasing/includes/ui/invoice_ui.inc +++ b/purchasing/includes/ui/invoice_ui.inc @@ -489,7 +489,7 @@ function display_grn_items(&$supp_trans, $mode=0) $th[] = ""; if ($supp_trans->trans_type == ST_SUPPCREDIT) { - $th[8] = _("Qty Yet To Credit"); + $th[7] = _("Qty Yet To Credit"); } } else