Fixed wrong headers in Supplier Credit Note.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 29 Apr 2015 12:18:44 +0000 (14:18 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 29 Apr 2015 12:18:44 +0000 (14:18 +0200)
purchasing/includes/ui/invoice_ui.inc

index fafe4c5d79159ab9152b65d058b2d000b4eb6ae3..9c75a9714275aa9b05846b63969e62b15079d089 100644 (file)
@@ -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