Merge pull request #10587 from frederic34/patch-23
Update mod_holiday_immaculate.php
This commit is contained in:
commit
7e4a4c2ae6
@ -62,11 +62,11 @@ class mod_holiday_immaculate extends ModelNumRefHolidays
|
||||
*/
|
||||
function info()
|
||||
{
|
||||
global $conf, $langs;
|
||||
global $db, $conf, $langs;
|
||||
|
||||
$langs->load("bills");
|
||||
|
||||
$form = new Form($this->db);
|
||||
$form = new Form($db);
|
||||
|
||||
$texte = $langs->trans('GenericNumRefModelDesc')."<br>\n";
|
||||
$texte.= '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user