From 18e15b44b4dda09f5d5a8a416e3f6524fb8b2a64 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sun, 18 Nov 2007 20:35:31 +0000 Subject: More customer/vendor screen/stored proc fixes. Note that since locations are mapped many<->many with companies and persons, I have moved the location class foreign key into the mapping tables. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1879 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB/Template/HTML.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LedgerSMB/Template') diff --git a/LedgerSMB/Template/HTML.pm b/LedgerSMB/Template/HTML.pm index 9159098e..ca748dd3 100755 --- a/LedgerSMB/Template/HTML.pm +++ b/LedgerSMB/Template/HTML.pm @@ -97,7 +97,7 @@ sub process { $source = get_template($parent->{template}); } $template = Template->new({ - INCLUDE_PATH => $parent->{include_path}, + INCLUDE_PATH => [$parent->{include_path}, 'UI/lib'], START_TAG => quotemeta(' quotemeta('?>'), DELIMITER => ';', -- cgit v1.2.3