X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fprices.php;h=c537752ecb4222ff661d729e07238b3d26cd8e80;hb=7e8df3a179c05c51085349e139aac9ce88b9378d;hp=00349f55e9f5e23517be98cd71d2e912a3d93faa;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/inventory/prices.php b/inventory/prices.php index 00349f55..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);