Fix lint error

This commit is contained in:
Thilina Hasantha
2016-08-04 14:37:26 +05:30
parent a10fbba14a
commit 6e4d32933b
2 changed files with 18 additions and 13 deletions

View File

@@ -59,6 +59,7 @@
<fileset dir="${basedir}/src"> <fileset dir="${basedir}/src">
<include name="**/*.php" /> <include name="**/*.php" />
<exclude name="composer/**"/>
<modified /> <modified />
</fileset> </fileset>

View File

@@ -527,6 +527,10 @@ Release note v18.0
------------------ ------------------
### Features ### Features
* Translations (beta) for German, French, Polish, Italian, Sinhala, Chinese, Japanese, Hindi and Spanish * Translations (beta) for German, French, Polish, Italian, Sinhala, Chinese, Japanese, Hindi and Spanish
* PDF Reports
* Ability to specify department heads
* Add advanced custom fields to employees via UI
*
### Fixes ### Fixes
* Fix issue: classes should be loaded even the module is disabled * Fix issue: classes should be loaded even the module is disabled