Merged changes from stable branch up to 2.3.23.
[fa-stable.git] / inventory / manage / sales_kits.php
index f1df8e8db0148741f893f17a40cc99f910fdb5b4..6b837a6cc8ee1f0ba3d542a8e42bfdb72a0ff8fc 100644 (file)
@@ -36,7 +36,7 @@ function display_kit_items($selected_kit)
 {
        $result = get_item_kit($selected_kit);
        div_start('bom');
-       start_table(TABLESTYLE, "width=60%");
+       start_table(TABLESTYLE, "width='60%'");
        $th = array(_("Stock Item"), _("Description"), _("Quantity"), _("Units"),
                '','');
        table_header($th);