module budget : detail is finished

This commit is contained in:
sparkyx 2007-12-23 19:40:46 +00:00
parent 0e3761de05
commit 41cc846ade
4 changed files with 23 additions and 4 deletions

View file

@ -34,7 +34,7 @@ define ("phpcompta_user","phpcompta");
// the domain can't start by a number !!!
define ("domaine","");
define ("MAX_COMPTE",4);
define ('MAX_BUD_DETAIL',3);
define ('MAX_BUD_DETAIL',20);
define ("DEBUG","true");