Merged changes from master branch up to current state.
[fa-stable.git] / inventory / purchasing_data.php
index e06ae4b0b03bf3d0e5a5c61f471111764419e54d..676540f7e753ce15bcc12b1b1f579d2018b3059c 100644 (file)
@@ -18,7 +18,6 @@ else
 include_once($path_to_root . "/includes/session.inc");
 include_once($path_to_root . "/includes/date_functions.inc");
 include_once($path_to_root . "/includes/ui.inc");
-include_once($path_to_root . "/includes/manufacturing.inc");
 include_once($path_to_root . "/includes/data_checks.inc");
 
 page(_($help_context = "Supplier Purchasing Data"));
@@ -143,7 +142,7 @@ else
     }
     else
     {
-        start_table(TABLESTYLE, "width=65%");
+        start_table(TABLESTYLE, "width='65%'");
 
                $th = array(_("Supplier"), _("Price"), _("Currency"),
                        _("Supplier's Unit"), _("Conversion Factor"), _("Supplier's Description"), "", "");