diff --git a/include/action.common.inc.php b/include/action.common.inc.php
index 36d72dc1e..35d348da6 100644
--- a/include/action.common.inc.php
+++ b/include/action.common.inc.php
@@ -267,7 +267,7 @@ function ShowActionList($cn,$p_base)
$w->table=0;
$list=$cn->make_list("select fd_id from fiche_def where frd_id in (4,8,9,14,15,16,25)");
$w->extra=$list;
- echo _('Fiche').' :'.$w->search().$w->input().'
';
+ echo _('Fiche').' :'.$w->input().$w->search().'
';
printf (_('Titre ou référence').': ',
$a);
echo '
';
diff --git a/include/class_acc_ledger.php b/include/class_acc_ledger.php
index f7dd430e5..4cbd087c1 100644
--- a/include/class_acc_ledger.php
+++ b/include/class_acc_ledger.php
@@ -1676,7 +1676,7 @@ class Acc_Ledger extends jrn_def_sql
$deb->javascript=' onChange="checkTotalDirect()"';
$ret.='
';
- $ret.='| '.$quick_code->search().$quick_code->input().' | ';
+ $ret.=''.$quick_code->input().$quick_code->search().' | ';
$ret.=''.$poste->input().
''.
' | ';
diff --git a/include/impress_poste.inc.php b/include/impress_poste.inc.php
index cf5a4c168..cee5ad80a 100644
--- a/include/impress_poste.inc.php
+++ b/include/impress_poste.inc.php
@@ -80,7 +80,7 @@ $w_poste->set_dblclick("fill_ipopcard(this);");
$w_poste->value=(isset($_REQUEST['f_id']))?$_REQUEST['f_id']:"";
-print td($w_poste->search().$w_poste->input());
+print td($w_poste->input().$w_poste->search());
echo td($span->input('f_id_label'));
print '
';
print '';
diff --git a/include/template/form_ledger_detail.php b/include/template/form_ledger_detail.php
index ba4154b9d..eba961d51 100644
--- a/include/template/form_ledger_detail.php
+++ b/include/template/form_ledger_detail.php
@@ -36,8 +36,8 @@
foreach ($array as $item) {
echo '';
-echo '| '.$item['bt'].' | ';
echo $item['quick_code'];
+echo ''.$item['bt'].' | ';
?>
=$item['denom'] ?> |
diff --git a/include/template/form_ledger_fin.php b/include/template/form_ledger_fin.php
index ee1e4d72a..c7db9cd49 100644
--- a/include/template/form_ledger_fin.php
+++ b/include/template/form_ledger_fin.php
@@ -29,7 +29,7 @@
foreach ($array as $item) {
echo '
';
-echo td($item['search'].$item['qcode']);
+echo td($item['qcode'].$item['search']);
echo td($item['span']);
echo td($item['comment']);
echo td(nbm($item['amount']));
diff --git a/include/template/ledger_search.php b/include/template/ledger_search.php
index 6a7d98155..0d9292336 100644
--- a/include/template/ledger_search.php
+++ b/include/template/ledger_search.php
@@ -40,7 +40,7 @@
=_('Et utilisant la fiche (quick code)')?>
|
- search();echo $f_qcode->input(); ?>
+ input(); echo $f_qcode->search(); ?>
|