X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Fsales_kits.php;h=6b837a6cc8ee1f0ba3d542a8e42bfdb72a0ff8fc;hb=17b390efcf904072b02ec866b2a427490471a260;hp=f1df8e8db0148741f893f17a40cc99f910fdb5b4;hpb=7561718ee5113232ce917f63085d272884b0929c;p=fa-stable.git diff --git a/inventory/manage/sales_kits.php b/inventory/manage/sales_kits.php index f1df8e8d..6b837a6c 100644 --- a/inventory/manage/sales_kits.php +++ b/inventory/manage/sales_kits.php @@ -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);