phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4965 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4965 - phpcompta/trunk/include
Date: Thu, 21 Jun 2012 16:22:47 +0200 (CEST)

Author: danydb
Date: 2012-06-21 16:22:47 +0200 (Thu, 21 Jun 2012)
New Revision: 4965

Modified:
   phpcompta/trunk/include/class_follow_up.php
Log:
bug missing hsstate variable

Modified: phpcompta/trunk/include/class_follow_up.php
===================================================================
--- phpcompta/trunk/include/class_follow_up.php 2012-06-21 14:18:13 UTC (rev 
4964)
+++ phpcompta/trunk/include/class_follow_up.php 2012-06-21 14:22:47 UTC (rev 
4965)
@@ -1133,7 +1133,7 @@
 
                 
                 /* Except State of documents */
-               $hsExcptype_state= new ISelect('state');
+               $hsExcptype_state= new ISelect('hsstate');
                $aExcpState = $cn->make_array('select s_id,s_value from 
document_state order by s_value');
                $aExcpState[] = array('value' => '-1', 'label' => _('Aucun'));
                $hsExcptype_state->value = $aExcpState;



---
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]