Files
crm.twinpol.com/modules/EcmPrices/DeleteCustomView.php

8 lines
219 B
PHP
Raw Permalink Normal View History

2025-05-12 15:44:39 +00:00
<?
$sugarEntry=true;
global $db;
$db->query("delete from ecmprices_customview where id='".$_REQUEST['record']."'");
header("Location: index.php?module=EcmPrices&action=DetailView&record=".$_COOKIE['pricebook_id']);
?>