Skip to content
Snippets Groups Projects
Commit 3a777308 authored by Raphaël Doursenaud's avatar Raphaël Doursenaud
Browse files

Qual: Missing method arguments

parent 11125f98
No related branches found
No related tags found
No related merge requests found
......@@ -147,9 +147,12 @@ abstract class ModeleNumRefDons
* @param string $message Message
* @param string $modele Force le modele a utiliser ('' par defaut)
* @param Translate $outputlangs Object langs
* @param int $hidedetails Hide details of lines
* @param int $hidedesc Hide description
* @param int $hideref Hide ref
* @return int 0 if KO, 1 if OK
*/
function don_create($db, $id, $message, $modele, $outputlangs)
function don_create($db, $id, $message, $modele, $outputlangs, $hidedetails=0, $hidedesc=0, $hideref=0)
{
global $conf, $langs;
$langs->load("bills");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment