X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fprices.php;h=7a8e53e1121bc67e53dff882284339644386120c;hb=c76c9607be58ce1d344f117556ac97da0dfcf218;hp=81b2e2c7f845cc3695e248f0ba39c7738a9aa889;hpb=ddfd301aaab1897a4440fc3d779d23766bf7ce5c;p=fa-stable.git diff --git a/inventory/prices.php b/inventory/prices.php index 81b2e2c7..7a8e53e1 100644 --- a/inventory/prices.php +++ b/inventory/prices.php @@ -108,13 +108,15 @@ if (isset($_GET['delete'])) echo _("The selected price has been deleted."); } - +if (isset($_POST['_stock_id_update'])) + $Ajax->activate('price_table'); //--------------------------------------------------------------------------------------------------- $mb_flag = get_mb_flag($_POST['stock_id']); $prices_list = get_prices($_POST['stock_id']); +div_start('price_table'); start_table("$table_style width=30%"); $th = array(_("Currency"), _("Sales Type"), _("Price"), "", ""); @@ -135,7 +137,7 @@ while ($myrow = db_fetch($prices_list)) } end_table(); - +div_end(); //------------------------------------------------------------------------------------------------ if (db_num_rows($prices_list) == 0)