Inventory Transfer: removed movement type from transfer form, cleanups.
[fa-stable.git] / inventory / purchasing_data.php
index 4b7717d546cc90d89a3d1e2219b6ee8f3bbb8376..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"), "", "");
@@ -229,4 +228,3 @@ submit_add_or_update_center($selected_id == -1, '', 'both');
 
 end_form();
 end_page();
-?>