Skip to content

Commit

Permalink
Add copy files ODT project on install
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Mar 27, 2013
1 parent 9507f42 commit 6494764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/install/etape1.php
Expand Up @@ -400,7 +400,7 @@
require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
$srcroot=$main_dir.'/install/doctemplates';
$destroot=$main_data_dir.'/doctemplates';
$docs=array('thirdparties' => 'thirdparty', 'proposals' => 'proposal', 'orders' => 'order', 'invoices' => 'invoice');
$docs=array('thirdparties' => 'thirdparty', 'proposals' => 'proposal', 'orders' => 'order', 'invoices' => 'invoice', 'projects' => 'project');
foreach($docs as $cursordir => $cursorfile)
{
$src=$srcroot.'/'.$cursordir.'/template_'.$cursorfile.'.odt';
Expand Down

0 comments on commit 6494764

Please sign in to comment.