X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fpurchasing_data.php;h=676540f7e753ce15bcc12b1b1f579d2018b3059c;hb=7e8df3a179c05c51085349e139aac9ce88b9378d;hp=4b7717d546cc90d89a3d1e2219b6ee8f3bbb8376;hpb=fbf51ab0febfd0885620abcab8738339d156ff45;p=fa-stable.git diff --git a/inventory/purchasing_data.php b/inventory/purchasing_data.php index 4b7717d5..676540f7 100644 --- a/inventory/purchasing_data.php +++ b/inventory/purchasing_data.php @@ -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(); -?>