mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-31 06:04:54 +01:00
Fix: uniformize structure
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user