Skip to content

Commit

Permalink
$RootPath was not set in EmailCustTrans.php
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.code.sf.net/p/web-erp/code/trunk@7245 09516a42-71f9-43be-811f-9b821cf0d246
  • Loading branch information
vvs2012 committed Mar 30, 2015
1 parent 7ffcbb6 commit 9f289f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions EmailCustTrans.php
Expand Up @@ -2,8 +2,9 @@

/* $Id$*/

include ('includes/session.inc');
include ('includes/SQL_CommonFunctions.inc');
include('includes/session.inc');
include('includes/header.inc');
include('includes/SQL_CommonFunctions.inc');

if ($_GET['InvOrCredit']=='Invoice'){
$TransactionType = _('Invoice');
Expand Down

0 comments on commit 9f289f3

Please sign in to comment.