}
//-----------------------------------------------------------------------------------------
-
+start_form(false,true);
display_grn_items($_SESSION['supp_trans'], 1);
+end_form();
echo "<br>";
hyperlink_no_params("$path_to_root/purchasing/supplier_credit.php", _("Return to Credit Note Entry"));
}
//-----------------------------------------------------------------------------------------
+start_form(false,true);
display_grn_items($_SESSION['supp_trans'], 1);
+end_form();
echo "<br>";
hyperlink_no_params("$path_to_root/purchasing/supplier_invoice.php", _("Back to Supplier Invoice Entry"));
display_heading($_SESSION['supp_trans']->supplier_name);
+start_form(false,true);
display_gl_items($_SESSION['supp_trans'], 1);
-
+end_form();
echo "<br>";
if ($_SESSION['supp_trans']->is_invoice == true)