mirror of
https://github.com/anthonyaxenov/atol-online.git
synced 2024-11-22 15:04:33 +00:00
Фикс тестов НДС
This commit is contained in:
parent
6256c14522
commit
1fec446ce0
@ -44,8 +44,8 @@ class VatTest extends BasicTestCase
|
|||||||
return [
|
return [
|
||||||
[VatTypes::NONE, 100, 0, 0],
|
[VatTypes::NONE, 100, 0, 0],
|
||||||
[VatTypes::VAT0, 100, 0, 0],
|
[VatTypes::VAT0, 100, 0, 0],
|
||||||
[VatTypes::VAT10, 100, 10, 12],
|
[VatTypes::VAT10, 100, 9.09, 10.9],
|
||||||
[VatTypes::VAT18, 100, 18, 21.6],
|
[VatTypes::VAT18, 100, 15.25, 18.3],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user