phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r447 - trunk/rapport_avance/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r447 - trunk/rapport_avance/include
Date: Fri, 14 Dec 2012 21:49:33 +0100 (CET)

Author: danydb
Date: 2012-12-14 21:49:32 +0100 (Fri, 14 Dec 2012)
New Revision: 447

Modified:
   trunk/rapport_avance/include/class_rapav_declaration.php
Log:
Ajout d'une p?\195?\169riode : depuis d?\195?\169but exercice jusque date de fin

Modified: trunk/rapport_avance/include/class_rapav_declaration.php
===================================================================
--- trunk/rapport_avance/include/class_rapav_declaration.php    2012-12-14 
20:41:14 UTC (rev 446)
+++ trunk/rapport_avance/include/class_rapav_declaration.php    2012-12-14 
20:49:32 UTC (rev 447)
@@ -213,6 +213,11 @@
                                $exercice = $g_user->get_exercice();
                                $exercice-=3;
                                break;
+                       case 6:
+                               list($this->start, $this->end) = 
$g_user->get_limit_current_exercice();
+                               $this->end=$p_end;
+                               return;
+                               break;
                        default:
                                throw new Exception('compute_date : t_id est 
incorrect');
                }



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



reply via email to

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