init
This commit is contained in:
10
modules/EcmPriceBooks/checkAllProducts.php
Executable file
10
modules/EcmPriceBooks/checkAllProducts.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<?
|
||||
$result = $GLOBALS['db']->query("select id from ecmpricebooks_ecmproducts where ecmpricebook_id='".$_REQUEST['pricebook_id']."'");
|
||||
$checkc='';
|
||||
$_SESSION['pricebook_check']=array();
|
||||
while($ro=$GLOBALS['db']->fetchByAssoc($result))
|
||||
{
|
||||
$_SESSION['pricebook_check'][$_REQUEST['pricebook_id']][$ro['id']]=$_GET['value'];
|
||||
}
|
||||
$_SESSION['pricebook_check'][$_REQUEST['pricebook_id']]['all']=$_GET['value'];
|
||||
?>
|
||||
Reference in New Issue
Block a user