2
0
forked from Wavyzz/dolibarr

NEW On list of thirdparties, user can select fields to show.

Make phpunit test working again localy.
Add missing columns into llx_expedition.
This commit is contained in:
Laurent Destailleur
2015-10-14 23:50:36 +02:00
parent e22b0b9a57
commit 7f75a3da9d
30 changed files with 433 additions and 246 deletions

View File

@@ -39,6 +39,11 @@ if (empty($user->id))
}
$conf->global->MAIN_DISABLE_ALL_MAILS=1;
if (! empty($conf->global->MAIN_ROUNDING_RULE_TOT))
{
print "Parameter MAIN_ROUNDING_RULE_TOT must be set to 0 or not set.\n";
exit;
}
/**
* Class for PHPUnit tests
@@ -279,11 +284,11 @@ class PricesTest extends PHPUnit_Framework_TestCase
/**
* Test function addline and update_price
*
* @return boolean
* @see http://wiki.dolibarr.org/index.php/Draft:VAT_calculation_and_rounding#Standard_usage
*/
* Test function addline and update_price
*
* @return boolean
* @see http://wiki.dolibarr.org/index.php/Draft:VAT_calculation_and_rounding#Standard_usage
*/
public function testUpdatePrice()
{
//$this->sharedFixture