New #0001983: CA - permettre désactivation poste

This commit is contained in:
sparkyx 2021-06-14 13:43:37 +02:00
parent ec83bf69e2
commit 5593b786f1
5 changed files with 26 additions and 4 deletions

View file

@ -49,6 +49,7 @@ class Poste_analytique_SQL extends Table_Data_SQL
, "po_amount"=>"po_amount"
, "po_description"=>"po_description"
, "ga_id"=>"ga_id"
, 'po_state'=>'po_state'
);
/*
* Type of columns
@ -60,6 +61,7 @@ class Poste_analytique_SQL extends Table_Data_SQL
, "po_amount"=>"numeric"
, "po_description"=>"text"
, "ga_id"=>"text"
, 'po_state'=>'numeric'
);