From: Janusz Dobrowolski Date: Wed, 3 Feb 2010 18:05:58 +0000 (+0000) Subject: Fixed edtable item selector in prices.php X-Git-Tag: v2.4.2~19^2~966 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=a89a931c794c7dfc6c390dfba429b21874bb977b;p=fa-stable.git Fixed edtable item selector in prices.php --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 29a9d6d1..a0afe478 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -22,6 +22,8 @@ $ -> Affected files 02-Feb-2010 Janusz Dobrowolski # Payment terms were not retrieved atinvoice edit start. $ /sales/customer_invoice.php +# Fixed item selector. +$ /inventory/prices.php 02-Feb-2010 Janusz Dobrowolski # Missing closing bracket diff --git a/inventory/prices.php b/inventory/prices.php index 56034cbb..8666a05f 100644 --- a/inventory/prices.php +++ b/inventory/prices.php @@ -54,7 +54,7 @@ if (!isset($_POST['stock_id'])) $_POST['stock_id'] = get_global_stock_item(); echo "
" . _("Item:"). " "; -echo sales_items_list('stock_id', $_POST['stock_id'], false, true, '', array('random_entry' => false)); +echo sales_items_list('stock_id', $_POST['stock_id'], false, true, '', array('editable' => false)); echo "
"; set_global_stock_item($_POST['stock_id']);