Typo , adapt unit-test

This commit is contained in:
sparkyx 2021-06-20 13:30:39 +02:00
parent 03dcc7e0e0
commit 8e353e9072
4 changed files with 8 additions and 6 deletions

View file

@ -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")]
));
}