Skip to content

Commit

Permalink
FIX : #3724 Bug: Blank page after cloning proposal with changed client
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Oct 13, 2015
1 parent df39a10 commit 8aaa199
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 @@ -1063,7 +1063,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 8aaa199

Please sign in to comment.