Author: danydb Date: 2011-11-02 19:59:52 +0100 (Wed, 02 Nov 2011) New Revision: 4287
Modified: phpcompta/trunk/include/class_iconcerned.php Log: iconcerned add doc Modified: phpcompta/trunk/include/class_iconcerned.php =================================================================== --- phpcompta/trunk/include/class_iconcerned.php 2011-11-02 18:57:52 UTC (rev 4286) +++ phpcompta/trunk/include/class_iconcerned.php 2011-11-02 18:59:52 UTC (rev 4287) @@ -21,7 +21,10 @@ // Copyright Author Dany De Bontridder [email protected] /*!\file - * \brief Html Input + * \brief Html Input + * - name is the name and id of the input + * - extra amount of the operation to reconcile + * - extra2 ledger (all, ods,...) */ require_once('class_html_input.php'); class IConcerned extends HtmlInput _______________________________________________ Phpcompta-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/phpcompta-dev
