2
0
forked from Wavyzz/dolibarr

Works on canvas integration in third party module

This commit is contained in:
Regis Houssin
2010-09-02 12:18:02 +00:00
parent f5dd8f1da1
commit c571f25afb
9 changed files with 453 additions and 450 deletions

View File

@@ -3209,9 +3209,10 @@ function monthArrayOrSelected($selected=0)
/**
* \brief Returns formated reduction
* \param reduction Reduction percentage
* \return int Return number of error messages shown
* Returns formated errors messages
* @param mesgstring Error message
* @param mesgarray Error messages array
* @return html Return html output
*/
function dol_htmloutput_errors($mesgstring='',$mesgarray='')
{