Added fixed assets module
[fa-stable.git] / inventory / purchasing_data.php
index 4482a5faf517ddc75217002ad81755993537ce6f..8c36581ddd5d30823652d613f56eb02dc3c01b47 100644 (file)
     See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
 ***********************************************************************/
 $page_security = 'SA_PURCHASEPRICING';
-if (!@$_GET['popup'])
-       $path_to_root = "..";
-else   
+
+if (@$_GET['page_level'] == 1)
        $path_to_root = "../..";
+else   
+       $path_to_root = "..";
 
 include_once($path_to_root . "/includes/session.inc");
 include_once($path_to_root . "/includes/date_functions.inc");
@@ -115,9 +116,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
@@ -194,10 +194,6 @@ if ($Mode =='Edit')
 
 br();
 hidden('selected_id', $selected_id);
-if ($page_nested)
-{
-       hidden('popup', @$_GET['popup']);
-}
 
 start_table(TABLESTYLE2);