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

index 24ba81e..bcd7e25 100644 (file)
--- a/Print.php
+++ b/Print.php
@@ -168,6 +168,7 @@ class Pman_Xtuple_Print extends Pman
         if (isset($cfg['template'])) {
             
             $template = $roo->rootURL . '/report_templates'. '/'.$cfg['template']. '.xml';
+            print_r(pathinfo($template));exit;
             print_r(file_get_contents($template));exit;
             
             unset($cfg['template']);