Skip to content

Commit

Permalink
Merge pull request #3729 from FHenry/3.7
Browse files Browse the repository at this point in the history
FIX : #3724 Bug: Blank page after cloning proposal with changed client
  • Loading branch information
eldy committed Oct 14, 2015
2 parents 279e702 + 727db56 commit 5d585fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/comm/propal/class/propal.class.php
Expand Up @@ -961,7 +961,7 @@ function createFromClone($socid=0)
{
global $db, $user,$langs,$conf,$hookmanager;

dol_include_once('/projet/class.project.class.php');
dol_include_once('/projet/class/project.class.php');

$this->context['createfromclone']='createfromclone';

Expand Down

0 comments on commit 5d585fa

Please sign in to comment.