mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-25 06:14:29 +01:00
Fix to match spanish new vat value
This commit is contained in:
@@ -824,7 +824,7 @@ class FunctionsLibTest extends PHPUnit_Framework_TestCase
|
||||
$vat1=get_default_localtax($companyes,$companyes,1,0);
|
||||
$vat2=get_default_localtax($companyes,$companyes,2,0);
|
||||
$this->assertEquals(5.2,$vat1);
|
||||
$this->assertEquals(-21,$vat2);
|
||||
$this->assertEquals(-19,$vat2);
|
||||
|
||||
// Test RULE ES-IT
|
||||
$vat1=get_default_localtax($companyes,$companyit,1,0);
|
||||
|
||||
Reference in New Issue
Block a user