Typo , adapt unit-test
This commit is contained in:
parent
03dcc7e0e0
commit
8e353e9072
4 changed files with 8 additions and 6 deletions
|
|
@ -57,8 +57,8 @@ class Anc_Account_Table extends Manage_Table_SQL
|
|||
pa_id=$1
|
||||
order by 2",0,array($p_table->pa_id));
|
||||
$this->set_col_type("po_state","select",array(
|
||||
[ "value"=>"0",'label'=>_("Inactif")],
|
||||
[ "value"=>"1","label"=>_("Actif")]
|
||||
[ "value"=>"1","label"=>_("Actif")],
|
||||
[ "value"=>"0",'label'=>_("Inactif")]
|
||||
));
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue