diff --git a/html/bud_search_poste.php b/html/bud_search_poste.php index 09670adaf..34a853cc4 100644 --- a/html/bud_search_poste.php +++ b/html/bud_search_poste.php @@ -24,8 +24,6 @@ */ include_once ("ac_common.php"); require_once('class_acc_ledger.php'); -print_r($_GET); - include_once ("postgres.php"); include_once("jrn.php"); diff --git a/html/index.php b/html/index.php index f131f7b08..8fb7d77c6 100644 --- a/html/index.php +++ b/html/index.php @@ -76,7 +76,7 @@ BODY {
-Version 3.0.3 +Version 3.1.0Il est conseillé de ne PAS utiliser Internet Explorer.
diff --git a/include/class_acc_ledger.php b/include/class_acc_ledger.php index 84f8cbaf9..ebace2523 100644 --- a/include/class_acc_ledger.php +++ b/include/class_acc_ledger.php @@ -756,7 +756,7 @@ function get_propertie() $res=pg_fetch_all($r); if ( empty($res) ) return null; - print_r($res[0]); + return $res[0]; } diff --git a/include/class_bud_data.php b/include/class_bud_data.php index 5b749c676..df1b8a72b 100644 --- a/include/class_bud_data.php +++ b/include/class_bud_data.php @@ -212,10 +212,10 @@ class Bud_Data { $r.=widget::hidden('bd_id',$this->bd_id); $r.=widget::hidden('form_id',$p_number); - + $r.="Fiche Budget ".$wBudCard->IOValue('bc_id'.$p_number); $r.="Compte d'exploitation ".$wAccount->IOValue('account_'.$p_number); // $r.=widget::hidden('account_'.$p_number.'_hidden',$this->pcm_val); - $r.="Fiche Budget ".$wBudCard->IOValue('bc_id'.$p_number); + $r.='Total : '.$tot.' '; $r.='
| Dénomination | "; $r.="Description | "; $r.="Montant | "; - $r.='Op. Concerné | '; + $r.='Op. Concernée(s) | '; $r.=""; // Parse each " tiers" for ($i=0; $i < $p_item; $i++) {
|---|