Import Bank : trash bad record

This commit is contained in:
sparkyx 2006-07-21 07:24:58 +00:00
parent 52fd1a82fb
commit 8eaf866655

View file

@ -80,15 +80,24 @@ if ( isset ($_GET["action"]) ) {
echo "</DIV>";
}
}
if ( isset ($_POST['trashit'])) {
DropRecord($cn,$_POST['code']);
echo '<DIV class="u_redcontent">';
VerifImport($cn);
echo "</DIV>";
exit();
}
if ($action == "verif" ) {
if(isset($_POST['count'])) {
UpdateCSV($cn);
}
echo '<DIV class="u_redcontent">';
VerifImport($cn);
echo "</DIV>";
}
if ($action == "transfer" ) {
echo '<DIV class="u_redcontent">';
// TransferCSV($cn,
ConfirmTransfert($cn,$User->GetPeriode());