complete invoice pdf template

This commit is contained in:
Manuel Raynaud
2013-10-02 18:03:25 +02:00
parent df08809a48
commit 9fcbeab69c
6 changed files with 367 additions and 70 deletions

View File

@@ -12,7 +12,6 @@ define('THELIA_MODULE_DIR' , THELIA_LOCAL_DIR . 'modules/');
define('THELIA_WEB_DIR' , THELIA_ROOT . 'web/');
define('THELIA_TEMPLATE_DIR' , THELIA_ROOT . 'templates/');
define('DS', DIRECTORY_SEPARATOR);
define('DOMPDF_ENABLE_AUTOLOAD', false);
$loader = require __DIR__ . "/vendor/autoload.php";