Files
crm.e5.pl/modules/EcmPriceKopias/DeleteCustomView.php
2024-04-27 09:23:34 +02:00

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