Configurable rate rounding (#5734)
* added invoice hydration of the issuer object * added "rate calculator" mode * new config to select rounding mode * replace static calls with dependency injection
This commit is contained in:
@@ -310,6 +310,7 @@ class ConfigurationTest extends TestCase
|
||||
],
|
||||
'number_format' => '{Y}/{cy,3}',
|
||||
'upload_twig' => false,
|
||||
'rounding_mode' => 'classic',
|
||||
],
|
||||
'export' => [
|
||||
'documents' => [
|
||||
|
||||
Reference in New Issue
Block a user