diff --git a/include/anc_history.inc.php b/include/anc_history.inc.php index bac4a8bbe..505927ede 100644 --- a/include/anc_history.inc.php +++ b/include/anc_history.inc.php @@ -27,6 +27,9 @@ if (isset($_GET['result'])) { echo $list->show_button(); echo $result; + echo '
'; + echo $list->show_button(); + } else { diff --git a/include/class/anc_listing.class.php b/include/class/anc_listing.class.php index 999c2fc7c..9ba5b34dd 100644 --- a/include/class/anc_listing.class.php +++ b/include/class/anc_listing.class.php @@ -72,9 +72,11 @@ class Anc_Listing extends Anc_Print } $cred=0;$deb=0; bcscale(2); - $r.= '| '._('Date').' | '. + ''._('Date').' | '. ''._('Poste').' | '. ''._('Quick_code').' | '. ''._('Analytique').' | '. @@ -94,14 +96,14 @@ class Anc_Listing extends Anc_Print $card_detail=($row['f_id'] != null)?HtmlInput::history_card($row['f_id'],$row['qcode']):''; $r.= - ''.$row['oa_date'].' | '. - td($post_detail). + ''.$row['oa_date'].' | '. + td($post_detail,' sorttable_customkey="X'.$row['j_poste'].'"'). td($card_detail). ''.HtmlInput::history_anc_account($row['po_id'],h($row['po_name'])).' | '. ''.h($row['oa_description']).' | '. td($row['jr_comment']). ''.$detail.' | '. - ''.nbm($row['oa_amount']).' | '. + ''.nbm($row['oa_amount']).' | '. ''.(($row['oa_debit']=='f')?'C':'D').' | '; $r.= '
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| input(); ?> | ++ + | ++ input(); + echo Icon_Action::infobulle(42); + ?> + | +