Add php files
This commit is contained in:
8
modules/EcmTransactions/RemoveRelations.php
Executable file
8
modules/EcmTransactions/RemoveRelations.php
Executable file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
if($_REQUEST['record']!=''){
|
||||
$t=new EcmTransaction();
|
||||
$t->retrieve($_REQUEST['record']);
|
||||
$t->RemoveRelations();
|
||||
}
|
||||
header('Location: index.php?module=EcmTransactions&action=DetailView&record='.$_REQUEST['record']);
|
||||
?>
|
||||
Reference in New Issue
Block a user