X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fprices.php;h=c537752ecb4222ff661d729e07238b3d26cd8e80;hb=d735235be078e107597bad3fbcfef25943076a5f;hp=2851ecd82b6a321d905d43caea6278103ffc10e8;hpb=0b63d898491b6577a5a5bf90e771dca0dcbbcf1f;p=fa-stable.git diff --git a/inventory/prices.php b/inventory/prices.php index 2851ecd8..c537752e 100644 --- a/inventory/prices.php +++ b/inventory/prices.php @@ -142,7 +142,7 @@ if (list_updated('stock_id') || isset($_POST['_curr_abrev_update']) || isset($_P $prices_list = get_prices($_POST['stock_id']); div_start('price_table'); -start_table(TABLESTYLE, "width=30%"); +start_table(TABLESTYLE, "width='30%'"); $th = array(_("Currency"), _("Sales Type"), _("Price"), "", ""); table_header($th); @@ -210,4 +210,3 @@ div_end(); end_form(); end_page(); -?>