From 2e6b811f427deba22c17b03353e574735ce5c72d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 5 Sep 2010 19:28:05 +0000 Subject: [PATCH] New: Work on invoice creation when creating subscription --- dev/skeletons/build_class_from_table.php | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/skeletons/build_class_from_table.php b/dev/skeletons/build_class_from_table.php index 60a539a6c74..bfd8737a9b1 100644 --- a/dev/skeletons/build_class_from_table.php +++ b/dev/skeletons/build_class_from_table.php @@ -357,6 +357,7 @@ if ($fp) fclose($fp); print "\n"; print "File '".$outfile."' has been built in current directory.\n"; + print "Current dir is ".getcwd()."\n"; } else $error++;