remove warning in company.inc.php about PARSTR
This commit is contained in:
parent
18c941805f
commit
79bafb7394
2 changed files with 2 additions and 2 deletions
|
|
@ -300,7 +300,7 @@ class HtmlInput
|
|||
echo $ledger->input();
|
||||
|
||||
/* create a hidden div for the ledger */
|
||||
echo '<div id="div_jrn'.$div.'">';
|
||||
echo '<div id="div_jrn'.$div.'" >';
|
||||
echo '<h2 class="info">Choix des journaux</h2>';
|
||||
|
||||
echo '<ul>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue