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
_______________________________________________
Phpcompta est un logiciel libre de comptabilité en ligne
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev