Correct documentation

This commit is contained in:
Alexandre SPANGARO 2018-12-02 14:07:38 +01:00
parent 088c002ed1
commit 7eee155439

View File

@ -365,9 +365,9 @@ class Fiscalyear extends CommonObject
/**
* Return the number of entries by fiscal year
*
* @param int $year Year to scan
* @param int $format 0=Label of absiss is a translated text, 1=Label of absiss is month number, 2=Label of absiss is first letter of month
* @return array Array of values
* @param int $datestart Date start to scan
* @param int $dateend Date end to scan
* @return string Number of entries
*/
function getAccountancyEntriesByFiscalYear($datestart, $dateend)
{
@ -391,9 +391,9 @@ class Fiscalyear extends CommonObject
/**
* Return the number of movements by fiscal year
*
* @param string $year Year to scan
* @param int $format 0=Label of absiss is a translated text, 1=Label of absiss is month number, 2=Label of absiss is first letter of month
* @return array Array of values
* @param int $datestart Date start to scan
* @param int $dateend Date end to scan
* @return string Number of movements
*/
function getAccountancyMovementsByFiscalYear($datestart, $dateend)
{