X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=inventory%2Fprices.php;h=56034cbb033e08fa2cf2bd1ddd0fbb80fd301f35;hb=b0e112621af4ffcf4fed2264bffd0ebbda258a48;hp=40dd11f793dab99bfd143c79d95e6d145659c5b0;hpb=c7980e3a02a156b1a83f9b2820d6b27aba9c5dad;p=fa-stable.git diff --git a/inventory/prices.php b/inventory/prices.php index 40dd11f7..56034cbb 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); +echo sales_items_list('stock_id', $_POST['stock_id'], false, true, '', array('random_entry' => false)); echo "
"; set_global_stock_item($_POST['stock_id']);