X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fmanage%2Fsales_kits.php;h=a327de2d34670c5c73652aac61cf4c3fee02ccc5;hb=e79c80704f4d0bc3d3792365dfd7ebf32f9b4227;hp=2aef8e8b62845c5b4a957fdcad2715355c3a171e;hpb=46c5f7a65a7659a44ae8254c63152074363d3987;p=fa-stable.git diff --git a/inventory/manage/sales_kits.php b/inventory/manage/sales_kits.php index 2aef8e8b..a327de2d 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);