E-INVOICE : add VATEX CODE in C0VAT
E-INVOICE vatex code check when computing an invoice
This commit is contained in:
parent
c7c78744dd
commit
55d7fda8d1
13 changed files with 463 additions and 31 deletions
|
|
@ -184,9 +184,6 @@ if ( isset($_POST['record']) )
|
|||
,h($file));
|
||||
$acc_document=new Acc_Document($cn,$Ledger->jr_id);
|
||||
|
||||
/**
|
||||
* @todo si Client non belge ou pas de n° de tva alors pas de e-facture
|
||||
*/
|
||||
if ($g_parameter->MY_INVOICE_FORMAT != 'BASIC' && ! empty($acc_document->d_filename ))
|
||||
{
|
||||
$flag_invoice=2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue