mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-27 03:03:19 +01:00
New: Make some changes to allow usage of alternative
$dolibarr_main_url_root variables. Can now use several alternative path. Fix several bugs with all code.
This commit is contained in:
@@ -200,6 +200,8 @@ class PricesTest extends PHPUnit_Framework_TestCase
|
||||
$this->savlangs=$langs;
|
||||
$this->savdb=$db;
|
||||
|
||||
$conf->global->MAIN_ROUNDOFTOTAL_NOT_TOTALOFROUND=0;
|
||||
|
||||
// Two lines of 1.24 give 2.48 HT and 2.72 TTC with standard vat rounding mode
|
||||
$localobject=new Facture($this->savdb);
|
||||
$localobject->initAsSpecimen('nolines');
|
||||
|
||||
Reference in New Issue
Block a user