X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fprices.php;h=dfac2aa5a4c6b01c27da23ba0ab1cdca1f7948b7;hb=c7677cfbba820ec8d7a6f224d51fe64d4850a2a3;hp=8666a05f08f20fd2c2cf72e59b5e5119d64f7bcf;hpb=a89a931c794c7dfc6c390dfba429b21874bb977b;p=fa-stable.git diff --git a/inventory/prices.php b/inventory/prices.php index 8666a05f..dfac2aa5 100644 --- a/inventory/prices.php +++ b/inventory/prices.php @@ -128,7 +128,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("$table_style width=30%"); +start_table(TABLESTYLE, "width=30%"); $th = array(_("Currency"), _("Sales Type"), _("Price"), "", ""); table_header($th); @@ -169,7 +169,7 @@ if ($Mode == 'Edit') hidden('selected_id', $selected_id); div_start('price_details'); -start_table($table_style2); +start_table(TABLESTYLE2); currencies_list_row(_("Currency:"), 'curr_abrev', null, true);