瀏覽代碼

Fix title

Laurent Destailleur 9 年之前
父節點
當前提交
6efbae0731
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      htdocs/accountancy/admin/fiscalyear.php

+ 2 - 2
htdocs/accountancy/admin/fiscalyear.php

@@ -80,8 +80,8 @@ $max = 100;
 $form = new Form($db);
 
 $title = $langs->trans('FiscalYears');
-
-llxHeader('', $title, LOG_ERR);
+$helpurl = "";
+llxHeader('', $title, $helpurl);
 
 $sql = "SELECT f.rowid, f.label, f.date_start, f.date_end, f.statut, f.entity";
 $sql .= " FROM " . MAIN_DB_PREFIX . "accounting_fiscalyear as f";