8 lines
229 B
PHP
8 lines
229 B
PHP
|
|
<?
|
||
|
|
$sugarEntry=true;
|
||
|
|
global $db;
|
||
|
|
$db->query("delete from ecmpricekopias_customview where id='".$_REQUEST['record']."'");
|
||
|
|
|
||
|
|
header("Location: index.php?module=EcmPriceKopias&action=DetailView&record=".$_COOKIE['pricebook_id']);
|
||
|
|
?>
|