Cleanup comments. Small bugfixes. Third run
[fa-stable.git] / inventory / purchasing_data.php
index 4482a5faf517ddc75217002ad81755993537ce6f..d0302261ed86e5b857ff4e8cac0b3577e7ac28e3 100644 (file)
@@ -115,9 +115,8 @@ if (!isset($_POST['stock_id']))
 if (!$page_nested)
 {
        echo "<center>" . _("Item:"). "&nbsp;";
-       //Chaitanya : All items can be purchased
+       // All items can be purchased
        echo stock_items_list('stock_id', $_POST['stock_id'], false, true);
-       //echo stock_purchasable_items_list('stock_id', $_POST['stock_id'], false, true);
        echo "<hr></center>";
 }
 else