2
0
forked from Wavyzz/dolibarr

New: Allow to use ODT templates for prososal like it's done for invoices

This commit is contained in:
Laurent Destailleur
2012-02-05 19:37:52 +01:00
parent 0e827b7c20
commit 2093b3f0be
36 changed files with 309 additions and 95 deletions

View File

@@ -121,6 +121,9 @@ class BuildDocTest extends PHPUnit_Framework_TestCase
}
/**
* Init phpunit tests
*
* @return void
*/
protected function setUp()
{
@@ -133,6 +136,9 @@ class BuildDocTest extends PHPUnit_Framework_TestCase
print __METHOD__."\n";
}
/**
* End phpunit tests
*
* @return void
*/
protected function tearDown()
{