Fix: Default VAT must be on
This commit is contained in:
parent
5f4447b319
commit
ec536cb582
@ -39,7 +39,7 @@ $langs->load("bills");
|
||||
$socid = isset($_GET["socid"])?$_GET["socid"]:'';
|
||||
|
||||
// Sécurité d'accès client et commerciaux
|
||||
$socid = restrictedArea($user, 'societe', $socid);
|
||||
$result = restrictedArea($user, 'societe', $socid);
|
||||
|
||||
// Initialisation de l'objet Societe
|
||||
$soc = new Societe($db);
|
||||
|
||||
@ -119,6 +119,7 @@ class Societe
|
||||
$this->forme_juridique_code = 0;
|
||||
$this->prefixCustomerIsRequired = 0;
|
||||
$this->prefixSupplierIsRequired = 0;
|
||||
$this->tva_assuj = 1;
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user