Fix: uniformize structure

This commit is contained in:
Regis Houssin
2012-01-23 14:43:31 +01:00
parent b4eb5a8cbf
commit 190cc7b13c
3 changed files with 11 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
<?php
/* Copyright (C) 2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2011 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2011 Regis Houssin <regis@dolibarr.fr>
* Copyright (C) 2005-2012 Regis Houssin <regis@dolibarr.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -145,7 +145,7 @@ function fichinter_create($db, $object, $modele='', $outputlangs='')
global $conf,$langs;
$langs->load("ficheinter");
$dir = "/core/modules/fichinter/";
$dir = "/core/modules/fichinter/doc/";
// Positionne modele sur le nom du modele de facture a utiliser
if (! dol_strlen($modele))