Files
crm.twinpol.com/modules/EcmPriceBooks2/DeleteCustomView.php
2025-05-12 15:44:39 +00:00

8 lines
227 B
PHP
Executable File

<?
$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']);
?>