Fixed some color conversion problems in the new PDF Engine
[fa-stable.git] / purchasing / supplier_invoice_grns.php
index b6d07411c175934a8278686e11dea796f9832b1b..541a4c4da42b439417055114918a2d7c5af9993e 100644 (file)
@@ -109,7 +109,9 @@ if ($id != -1)
 }
 
 //-----------------------------------------------------------------------------------------
+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"));