Add php files
This commit is contained in:
7
modules/EcmPriceBooks/DeleteCustomView.php
Normal file
7
modules/EcmPriceBooks/DeleteCustomView.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?
|
||||
$sugarEntry=true;
|
||||
global $db;
|
||||
$db->query("delete from ecmpricebooks_customview where id='".$_REQUEST['record']."'");
|
||||
|
||||
header("Location: index.php?module=EcmPriceBooks&action=DetailView&record=".$_COOKIE['pricebook_id']);
|
||||
?>
|
||||
Reference in New Issue
Block a user