Changed hardcoded trans days in inquiries (30) to be a user preference.
[fa-stable.git] / inventory / prices.php
index 70bec34ec9fa4b4d570d9150f920c2852ef442d5..dfac2aa5a4c6b01c27da23ba0ab1cdca1f7948b7 100644 (file)
@@ -54,7 +54,7 @@ if (!isset($_POST['stock_id']))
        $_POST['stock_id'] = get_global_stock_item();
 
 echo "<center>" . _("Item:"). "&nbsp;";
-sales_items_list('stock_id', $_POST['stock_id'], false, true);
+echo sales_items_list('stock_id', $_POST['stock_id'], false, true, '', array('editable' => false));
 echo "<hr></center>";
 
 set_global_stock_item($_POST['stock_id']);
@@ -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);