Author: danydb
Date: 2012-01-17 10:36:47 +0100 (Tue, 17 Jan 2012)
New Revision: 292

Modified:
   trunk/coprop/include/appel_fond.inc.php
Log:
missing af_id

Modified: trunk/coprop/include/appel_fond.inc.php
===================================================================
--- trunk/coprop/include/appel_fond.inc.php     2012-01-16 10:00:39 UTC (rev 
291)
+++ trunk/coprop/include/appel_fond.inc.php     2012-01-17 09:36:47 UTC (rev 
292)
@@ -85,6 +85,7 @@
         */
        echo '<form method="POST">';
        $ledger=new Acc_Ledger($cn,$_GET['p_jrn']);
+       echo HtmlInput::hidden('af_id',$_GET['af_id']);
        $ledger->with_concerned=false;
        echo $ledger->input($_GET,1);
        echo HtmlInput::submit('confirm','Confirmer');



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu

_______________________________________________
Phpcompta  est un logiciel libre de comptabilit&#233; en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to