Removed obsolete stock_move.person_id field and related handling.
[fa-stable.git] / inventory / manage / item_categories.php
index 7ec99d391e2d03de29e6cac12cd59a8631c910b4..aca8e88a30e160d61bb8a314363eda5f0ce44efe 100644 (file)
@@ -94,7 +94,7 @@ if (list_updated('mb_flag')) {
 $result = get_item_categories(check_value('show_inactive'));
 
 start_form();
-start_table(TABLESTYLE, "width=80%");
+start_table(TABLESTYLE, "width='80%'");
 $th = array(_("Name"), _("Tax type"), _("Units"), _("Type"), _("Sales Act"),
 _("Inventory Account"), _("COGS Account"), _("Adjustment Account"),
 _("Assembly Account"), "", "");
@@ -234,4 +234,3 @@ end_form();
 
 end_page();
 
-?>