Cosmetic - add Document interne, bug with suivi_courrier not fixed!!!

This commit is contained in:
sparkyx 2006-06-26 23:48:50 +00:00
parent e33849fd0a
commit ded44ec1ac
379 changed files with 4477 additions and 6828 deletions

View file

@ -23,7 +23,7 @@ require_once("postgres.php");
/*! \file
* \brief Electronic declaration for VAT BELGIUM --> experimental
*/
//////////////////////////////////////////////////////////////////////
//-----------------------------------------------------
// Check User
include ('class_user.php');
/* Admin. Dossier */
@ -42,10 +42,10 @@ if ($User->CheckAction($cn,IMP) == 0 ){
header('Content-type: application/bin');
header('Content-Disposition: attachment;filename="declaration.bin"',FALSE);
////////////////////////////////////////////////////////////////////////////////
//-----------------------------------------------------
// Submit for a magnetic declaration
// Belgium only
////////////////////////////////////////////////////////////////////////////////
//-----------------------------------------------------
if ( isset($_POST['bt_disk'])) {
require_once("class_customer.php");
$customer=new Customer($cn);