Skip to content

Commit

Permalink
Update note.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy authored Nov 12, 2024
1 parent 3f73419 commit 4b36a87
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions htdocs/commande/note.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,7 @@


$cssclass = "titlefield";
$dirtpls = array('/core/tpl');
if ($conf->modules_parts['tpl']) {
$dirtpls = array_merge($conf->modules_parts['tpl'], array('/core/tpl'));
}
$dirtpls = array_merge($conf->modules_parts['tpl'], array('/core/tpl'));
foreach ($dirtpls as $reldir) {
$res = @include dol_buildpath($reldir.'/notes.tpl.php');
if ($res) {
Expand Down

0 comments on commit 4b36a87

Please sign in to comment.