phpcompta-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpcompta-dev] r292 - trunk/coprop/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r292 - trunk/coprop/include
Date: Tue, 17 Jan 2012 10:36:47 +0100 (CET)

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');




reply via email to

[Prev in Thread] Current Thread [Next in Thread]