Print.php
authorEdward <edward@roojs.com>
Fri, 30 May 2014 07:20:57 +0000 (15:20 +0800)
committerEdward <edward@roojs.com>
Fri, 30 May 2014 07:20:57 +0000 (15:20 +0800)
Print.php

index 3ebd957..d8c55e0 100644 (file)
--- a/Print.php
+++ b/Print.php
@@ -164,6 +164,7 @@ class Pman_Xtuple_Print extends Pman
         $ocfg = $cfg;
         $template  = '';
         if (isset($cfg['template'])) {
+            print_r(dirname(__FILE__));exit;
             $template = realpath(dirname(__FILE__).'/report_templates'). '/'.$cfg['template']. '.xml';
             unset($cfg['template']);
         }